martinklepsch / s3-beam

🚀 direct-to-S3 uploading using ClojureScript
Eclipse Public License 1.0
92 stars 17 forks source link

support bucket names with a '.' #30

Closed stuarth closed 8 years ago

stuarth commented 8 years ago

resolves the issue mentioned

http://stackoverflow.com/a/25336351 ,

allowing uploads to buckets with names containing a '.'

danielcompton commented 8 years ago

Thanks for this. I generally avoid buckets with dots in them for this reason (among others), but it's good to support it still.