Closed Vayu closed 8 years ago
Same issue over here seems to be related to the use of the sigv4
from amazon.
Apr 14 12:39:51 lala java[30007]: 2016-04-14 12:39:51,686 ERROR LogFileStorageService - Storage request [ID#19:*] error: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
Apr 14 12:39:51 lala java[30007]: 2016-04-14 12:39:51,690 ERROR LogFileStorageService - Storage request [ID#19:*] FAILED 1 attempts, giving up
please try release 1.0.1
Nice this seems to be fixed!!!! Thanks a lot!!!
eu-central-1 region requires AWS4-HMAC-SHA256 authorization and old aws-sdk versions have some problems with it.
Updating to latest aws-sdk would fix the problem, e.g. #8