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
us-east-1 is the default region where the S3 bucket will get created if a LocationConstraint isn't provided.
However, there's an issue that causes the CreateBucket operation to fail if us-east-1 is explicitly placed as the LocationContraint:
Could not create bucket <BUCKET_NAME>t: An error occurred (InvalidLocationConstraint) when calling the CreateBucket operation: The specified location-constraint is not valid
S3.CreateBucket() should check what the values of region & self.aws_account.default_region are and skip adding the LocationConstraint if us-east-1 is provided
The text was updated successfully, but these errors were encountered:
us-east-1
is the default region where the S3 bucket will get created if a LocationConstraint isn't provided.However, there's an issue that causes the CreateBucket operation to fail if
us-east-1
is explicitly placed as the LocationContraint:S3.CreateBucket() should check what the values of
region
&self.aws_account.default_region
are and skip adding the LocationConstraint ifus-east-1
is providedThe text was updated successfully, but these errors were encountered: