leejo / AWS-S3

Lightweight interface to Amazon S3 (Simple Storage Service)
5 stars 6 forks source link

S3 fails verification checks when a bucket name contains upper-case characters #4

Closed leejo closed 8 years ago

leejo commented 8 years ago

One workaround is to use "s3.amazonaws.com/Bucket-Name" instead of "Bucket-Name.s3.amazonaws.com" in the URL

leejo commented 8 years ago

As per AWS Bucket Restrictions - "Rules for Bucket Naming":

Bucket names can contain lowercase letters, numbers, and hyphens.

This is a restriction on the AWS side, not a bug in the module and exists because:

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.