qoobaa / s3

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

Getting S3::Error::SignatureDoesNotMatch on some buckets #11

Closed PhilT closed 14 years ago

PhilT commented 14 years ago

Some of the buckets I try to access on my account are giving me: S3::Error::SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your key and signing method.

I can access it via S3Fox and aws/s3. Any ideas?

PhilT commented 14 years ago

Oh this would be because they are private right?

PhilT commented 14 years ago

Actually that may not be it.

So my question still stands. Closed it a bit quick!

kevinansfield commented 14 years ago

I've also started seeing this issue on certain files.

I'm using the paperclip patch to generate the time-expiring urls on private files. I'm pretty sure that the issue is around that somewhere.

danigb commented 13 years ago

I have the same issue with a public bucket... any ideas?

empika commented 13 years ago

I am having the same issues with generating time expiring URL's for private files also. Any way to fix this?