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".

已提問 1 年前檢視次數 592 次
1 個回答
0
已接受的答案

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

profile pictureAWS
專家
Roi
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南