Replies: 1 comment
-
Could you try a normal S3 action with assumed role credentials and see if it works? Your error looks like the credentials you are using do not exist.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created presigned url to access the S3 object using AssumeRoleCredentials as below.
But when I tried to upload the file using the resigned url, it is throwing below error.
Even I tried with AssumeRoleWebIdentityCredentials, but no difference. I could perform other S3 actions with temporary Credentials. But accessing the s3 Object through presigned url is not working.
Beta Was this translation helpful? Give feedback.
All reactions