bradleyg / django-s3direct

Directly upload files to S3 compatible services with Django.
MIT License
653 stars 234 forks source link

SignatureDoesNotMatch with MinIO #194

Closed zikphil closed 4 months ago

zikphil commented 5 years ago

Hi,

I am trying to implement this plugin locally using MinIO as a fake-s3 service. Everytime I try to upload a file I keep getting the following error from MinIO: initiate error: xxxx/applications/1097889.jpg AWS Code: SignatureDoesNotMatch, Message:The request signature we calculated does not match the signature you provided. Check your key and signing method.status:403

Has anyone been able to successfully make it work before?

shacker commented 3 years ago

I'm seeing the same problem talking to Minio, but assumed I had missed a configuration step somewhere. Any suggestions?

cwirz commented 1 year ago

@shacker could you figure it out?