Amazon S3 Signature Does Not Match - AWS SDK Java

前端 未结 8 1956
不知归路
不知归路 2021-01-01 12:18

I have a play application that needs to upload files to S3. We are developing in scala and using the Java AWS SDK.

I\'m having trouble trying to upload files, I keep

8条回答
  •  不知归路
    2021-01-01 12:57

    If your access keys and secret keys are good but it is saying "SignatureDoesNotMAtch", check your secret key, it probably has any of some special charaters, e.g +/ - / *

    Go to aws and generate another access key, where the the secret key does not have those. Then try again :)

提交回复
热议问题