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 Resposta
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!

respondido há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas