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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인