cloudfoundry / docs-deploying-cf

The docs repo for material on deploying Cloud Foundry
Apache License 2.0
15 stars 101 forks source link

Recommend user to not use dots in AWS bucket names #114

Closed djvdorp closed 8 years ago

djvdorp commented 8 years ago

This is for both compatibility and performance reasons, and a mistake we made ourselves multiple times. Fog warns you about the performance if you decide to do it anyways:

[fog][WARNING] fog: the specified s3 bucket name(cfapps.io-cc-buildpacks)
contains a '.' so is not accessible over https as a virtual hosted bucket,
which will negatively impact performance. For details see:
http://docs.amazonwebservices.com/AmazonS3/latest/dev/BucketRestrictions.html

Related reads:

cfdreddbot commented 8 years ago

Hey djvdorp!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

cf-gitbot commented 8 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/123426311

The labels on this github issue will be updated when the story is started.

bentarnoff commented 8 years ago

Thanks, @djvdorp !