-
I have a long-running (in months) process that is multi-threaded. Once in a while, it does a set of S3 requests (get, put, delete, list). What is the best way of using the S3Client class?
We tried all three but not sure which one is best. Our initial implementation used option (2) which worked fine for about a year. Recently we consistently run into this issue. Once the issue happens in a batch, any new S3Client we create will have this issue. Since then, we tried option (1) and option (3). In both, we have avoided the issue but we are not sure which is the recommended use. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We recommend option #1 because it will be to most resource efficient and work best with this sdk. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
We recommend option #1 because it will be to most resource efficient and work best with this sdk.