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

preguntada hace un año592 visualizaciones
1 Respuesta
0
Respuesta aceptada

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

profile pictureAWS
EXPERTO
Roi
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas