Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
将S3存储库注册到opensearch域。
0
【以下的问题经过翻译处理】 我正在尝试在OpenSearch中注册一个存储库以进行手动备份。目前,我是通过Python脚本实现这一点的。为了避免使用脚本,我试图通过Postman发送API PUT请求,但是返回一个错误,告诉我匿名用户未被授权通过角色。如果我在Postman中传递一个AWS签名的IAM用户凭据,我会收到“The request signature we calculated does not match the signature you provided”的错误信息。