qoobaa / s3

Library for accessing S3 objects and buckets, supports EU and US buckets
MIT License
258 stars 112 forks source link

Invalid bucket name #9

Closed PhilT closed 12 years ago

PhilT commented 14 years ago

I'm not sure how it got on our account but I've just found an invalid bucket on it. It's called something like ._bucket-name. I managed to delete the offending bucket with aws/s3. S3Fox wouldn't even delete. But thought I'd mention it as I get ArgumentError: Invalid bucket name: ._bucket-name when doing service.buckets.

qoobaa commented 14 years ago

There are two solutions at least:

It shouldn't be hard to change the behavior, can you write a little patch for it as well? Thanks in advance.