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 réponse
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!

répondu il y a 2 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions