jowilf / sqlalchemy-file

SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage such as Local Storage, Amazon S3, Rackspace CloudFiles, Google Storage and others using Apache Libcloud.
https://jowilf.github.io/sqlalchemy-file/
MIT License
82 stars 11 forks source link

SignatureDoesNotMatch while using SeaweedFS #152

Open Saranthyr opened 3 weeks ago

Saranthyr commented 3 weeks ago

Good day. Encountered a weird behaviour while using SeaweedFS S3 API, specifically - SignatureDoesNotMatch error while setting host to localhost and port to 8333 (s3 port). At the same time, when setting host to localhost:8333 and leaving port at default makes correct signature but adds additional :80 at the end of url (tested signature by hand by removing extra port). Will add screenshots later