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
-
Would the code like this |
Beta Was this translation helpful? Give feedback.
Answered by
debora-ito
Mar 24, 2023
Replies: 1 comment 1 reply
-
The instance of S3 client returned by |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
debora-ito
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.