Skip to content
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

UX - Trying to create a bucket in a different region gives an error #76

Open
gogakoreli opened this issue Feb 5, 2025 · 0 comments
Open

Comments

@gogakoreli
Copy link
Contributor

gogakoreli commented Feb 5, 2025

Description

When trying to create a new bucket in a different region other than the current region we get a 400 error response. The current region is coming from the existing boto3 session config:

self.region_name = s.region_name

I tried to create s3 bucket in us-east-1 but the current region that my JupyterLab is running in is us-west-2

Rationale

Do not give customer an option to pick a region if it will throw an error, we should default to the current region or at least show UI indicator for the error response

Error

"The following error occured when creating the new drive: The us-east-1 location constraint is incompatible for the region specific endpoint this request was sent to."

Screenshot

Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant