aws-maven icon indicating copy to clipboard operation
aws-maven copied to clipboard

AWS4-HMAC-SHA256 support

Open esiva opened this issue 7 years ago • 2 comments

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

esiva avatar Sep 28 '16 20:09 esiva

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.

rafalwrzeszcz avatar Apr 25 '17 14:04 rafalwrzeszcz

@esiva

Try our fork.

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

moleksyuk avatar Feb 19 '18 12:02 moleksyuk