Replies: 1 comment
-
@RanVaknin would you please share your opinion?
But also:
In the case of an S3 client, its credentials are generated from the STS, so should we update the config or create a new S3 client every time? Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
HI,
I have some parts of my code related to STS and I want to understand the best practice when using STS and S3 Client.
assumeRoleWithWebIdentity
we get in the response theCredentials
- What is the best practice? As I see it in our code, we create a new S3 client, but I wonder if it would be better to configure the existing S3 Client?Thanks,
Shira
Beta Was this translation helpful? Give feedback.
All reactions