Skip to content

WIP: Fixes a SignatureDoesNotMatch error when uploading to Amazon S3

username-removed-26331 requested to merge grote/fdroidserver:s3-fix into master

According to the documentation, the mime type for objects to be uploaded should be application/octet-stream. In my tests, this indeed fixes the error and the upload succeeds.

This fix would benefit from more testing nonetheless and is marked WIP, because there seems to be some non-determinism at play here.

Merge request reports