Do I understand correctly that Sharetribe Go still uses AWS Signature Version 2 to authorize when trying to upload images, instead of the (in all AWS regions) required Signature Version 4?
400 (Bad Request) : “The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.”
According to Amazons website, Signature Version 2 is no longer used for S3. Does this mean that Sharetribe Go S3 upload will never function in it’s current state?
I had the same problem and managed to fix it using an other AWS region for my S3 buckets (eu-west-1 instead of eu-west-3).
But it seems that my fix is only temporary because “After June 24, 2019, Amazon S3 will only accept API requests that are signed using Signature Version 4”.
Indeed, Go uses an old signature however as long as you rely on an older S3 region (launched before 2014, such as us-east-1, eu-west-1), that will work smoothly.
We’ll most likely release an update for this in the future (and we appreciate contributions!) however I don’t have any timeline to share.