How to get end user's access-key and secret-access-key by using accountId and registered email/username w.r.t "amazon s3" in spring boot application ?

0

How to get end user's access-key and secret-access-key by using accountId and registered email/username w.r.t "amazon s3" in spring boot application ?

1 回答
5

Once the secret key is generated, it cannot be retrieved. The ListAccessKeys (https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html ) documentation emphasizes that for AWS account security, the secret access key is only available during key and user creation.

To address your issue, consider other solutions, for example implementing federated login alternatives

Good Luck!

已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则