-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upcoming: [M3-8613] - Restrict Image Upload to regions with Object Storage #11038
upcoming: [M3-8613] - Restrict Image Upload to regions with Object Storage #11038
Conversation
* Ignores account availability information when rendering region options | ||
* @default false | ||
*/ | ||
ignoreAccountAvailability?: boolean; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are simply using "Object Storage" as the capability.
We only want to show regions with "Object Storage" because Images Gen2 uses Object Storage under the hood.
We want to make sure we don't want to take the customer's Object Storage availability into account because it isn't representative of their ability to upload images.
Coverage Report: ✅ |
@@ -95,6 +95,7 @@ export interface Flags { | |||
databases: boolean; | |||
dbaasV2: BetaFeatureFlag; | |||
disableLargestGbPlans: boolean; | |||
disallowImageUploadToNonObjRegions: boolean; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm using a dedicated flag for this because I've been having a hard time getting an exact timeline for when this needs to be live.
It aligns with the API's feature flag
I'm thinking no because products like VPC for example just filter the list rather than disable options but I will ask UX! @hana-linode |
UX confirmed they want to filter out incompatible regions for the reason constancy with other parts of the app and to reduce cognitive load so the user can make a choice faster. @hana-linode |
Cloud Manager E2E Run #6642
Run Properties:
|
Project |
Cloud Manager E2E
|
Run status |
Passed #6642
|
Run duration | 28m 20s |
Commit |
1922af492d: upcoming: [M3-8613] - Restrict Image Upload to regions with Object Storage (#110...
|
Committer | Banks Nussman |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
2
|
Skipped |
0
|
Passing |
429
|
…orage (linode#11038) * limit upload regions based on feature flag * add flag to disallow non-obj regions * update cypress test to use compatible region * Added changeset: Restrict Image Upload to regions with Object Storage --------- Co-authored-by: Banks Nussman <[email protected]>
Description 📝
Preview 📷
How to test 🧪
As an Author I have considered 🤔