dahlia / sqlalchemy-imageattach

SQLAlchemy extension for attaching images to entities.
https://sqlalchemy-imageattach.readthedocs.io/
MIT License
116 stars 25 forks source link

imageattach not working with s3 to use AWS4Auth. #34

Closed lu911 closed 6 years ago

lu911 commented 8 years ago

I recieve below message when i run 'from_file'.

Message

<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Code>InvalidRequest</Code>
<Message>The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.</Message>
<RequestId>D8C3E352D1093AE8</RequestId><HostId>TBW9rtuGORRQ6pvbhTqgw0gb6bmxKqNgV66EcxqhKQcxgU1Xs3ngOm5hJSamZdemWAAZGKnzw/M=</HostId>
</Error>