Registering a S3 repository to opensearch domain

0

I am trying to register a repository to take a manual backup in opensearch. Right now I am achieving this trough python script. To avoid using script, I am trying to send a api PUT request through postman but getting a error telling anonymous user not authorized to pass role. If I pass a IAM user credentials in postman as aws signature, I am getting "The request signature we calculated does not match the signature you provided".

asked a year ago546 views
1 Answer
0
Accepted Answer

You most probably need to sign your requests with SignV4. See here for more info

AWS
EXPERT
Roi
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions