JuliaCloud / JuliaBox

Juliabox continues to run, but this codebase is no longer current.
http://www.juliabox.org/
Other
185 stars 50 forks source link

S3 doesn't allow underscores in bucket names anymore #87

Closed rudimk closed 10 years ago

rudimk commented 10 years ago

I was setting up JuliaBox from scratch, and hit this roadblock when I tried to create an S3 bucket named "juliabox_userbackup" - apparently, S3 doesn't allow you to use underscores in bucket names anymore, in any region.

I'm going around it by modifying the backup bucket name in tornado.conf.tpl. If that works for you chaps, shall submit a PR.

tanmaykm commented 10 years ago

fixed via #88