AdRoll / goamz

Fork of the GOAMZ version developed within Canonical with additional functionality with DynamoDB
https://wiki.ubuntu.com/goamz
Other
401 stars 213 forks source link

[S3] V4signature support #441

Open zenhao opened 6 years ago

zenhao commented 6 years ago

Current signer is default to v2, is there a way to choose V4?

philip-firstorder commented 5 years ago

This would be very needed indeed, cannot use it for Frankfurt Germany, which only allows v4 I receive this error: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.

kevinprasanna commented 5 years ago

You can use this: https://github.com/AdRoll/goamz/pull/444