Skip to content

Is the client builders for AWS s3 or any other service side effecting? #2949

Answered by debora-ito
VladKopanievITV asked this question in Q&A
Discussion options

You must be logged in to vote

The instance of S3 client returned by build() is immutable.
It will create the connection pool, but not open connections at startup. Connections will be created lazily.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@VladKopanievITV
Comment options

Answer selected by debora-ito
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants