Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signature mismatch error #28

Closed
scythargon opened this issue Aug 13, 2016 · 3 comments
Closed

Signature mismatch error #28

scythargon opened this issue Aug 13, 2016 · 3 comments

Comments

@scythargon
Copy link

Hi! I get
`boto.exception.S3ResponseError: S3ResponseError: 403 Forbidden

SignatureDoesNotMatchThe request signature we calculated does not match the signature you provided. Check your key and signing method.when try tocollectstatic`, though credentials are fine - works perfectly with this library https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html

@etianen
Copy link
Owner

etianen commented Aug 22, 2016

Can you post the full traceback please?

What region are you using? And what versino of django-s3-storage?

@dedayoa
Copy link

dedayoa commented Aug 27, 2016

I had the same issue, "S3ResponseError...". Tested storages and that worked fine...I however dumped the idea of storing (actually caching files) to S3

@etianen
Copy link
Owner

etianen commented Aug 29, 2016

@scythargon - try using the master branch. A possible fix has been uploaded (it's a boto bug, fixed by #30)

@etianen etianen closed this as completed Feb 6, 2017
dedayoa added a commit to dedayoa/keepintouch that referenced this issue Jul 7, 2018
etianen/django-s3-storage#28 makes me think
I'm not the only one experiencing those issues
dedayoa added a commit to dedayoa/keepintouch that referenced this issue Jul 7, 2018
etianen/django-s3-storage#28 makes me think
I'm not the only one experiencing those issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants