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

No more uppercase/underscore in bucket names with AWS S3 starting march 1, 2018 #957

Closed
fviard opened this issue Feb 28, 2018 · 1 comment
Assignees

Comments

@fviard
Copy link
Contributor

fviard commented Feb 28, 2018

From amazon documentation:
https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html

Rules for Bucket Naming

A bucket name must be unique across all existing bucket names in Amazon S3. We recommend that all bucket names comply with DNS naming conventions. These conventions are enforced in all Regions except for the US East (N. Virginia) Region.

If you use the AWS Management Console, bucket names must be DNS-compliant in all Regions.

Important

On March 1, 2018, we are updating our naming conventions for S3 buckets in the US East (N. Virginia) Region to match the naming conventions we use in all other worldwide AWS Regions. After this date, Amazon S3 will no longer support creating bucket names that contain uppercase letters or underscores. This change ensures that each bucket can be addressed using virtual host style addressing, such as https://myawsbucket.s3.amazonaws.com. We highly recommend that you review your existing bucket-creation processes to ensure your adherence to our DNS-compliant naming conventions.

@fviard fviard self-assigned this Feb 28, 2018
@fviard
Copy link
Contributor Author

fviard commented Feb 28, 2018

Nothing much to be done on our side, just update the automatic tests.

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

No branches or pull requests

1 participant