Elliot Block

Results 1 issues of Elliot Block

There are two ways to generate S3 object URLs, virtual-hosted style URLs vs. path-style URLs [1](http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html): - Virtual-hosted-style: `http://bucket.s3.amazonaws.com` - Path-style: `http://s3.amazonaws.com/bucket` Virtual-hosted-style is Amazon's preferred default, however HTTPS is...