Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

AWS4-HMAC-SHA256 support #50

Open
esiva opened this issue Sep 28, 2016 · 2 comments
Open

AWS4-HMAC-SHA256 support #50

esiva opened this issue Sep 28, 2016 · 2 comments

Comments

@esiva
Copy link

esiva commented Sep 28, 2016

Getting following error. Please provide support for this

Status Code: 400, AWS Service: Amazon S3, AWS Request ID: 3F88888888E3536A, AWS Error Code: InvalidRequest, AWS Error Message: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256

@rafalwrzeszcz
Copy link

You need to use Zalando's replacement:

<dependency>
    <groupId>org.zalando.org.springframework.build</groupId>
    <artifactId>aws-maven</artifactId>
    <version>5.0.0.RELEASE-zal-2</version>
</dependency>

This repository is outdated, Zalando provides one that handles newer signing mechanisms and also new regions.

@moleksyuk
Copy link

@esiva

Try our fork.

<dependency>
    <groupId>com.github.platform-team</groupId>
    <artifactId>aws-maven</artifactId>
    <version>6.0.0</version>
</dependency>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants