You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
jupyter-drives/jupyter_drives/base.py
Line 90 in 0fe34ee
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
Screenshot
The text was updated successfully, but these errors were encountered: