Answer the question
In order to leave comments, you need to log in
How do you create an http client for Amazon S3?
Who creates AmazonS3Client in java sdk in their application?
In a multi-threaded high-load application, at the end of each request, an upload is made to S3.
Interested in what are the ways not to create every time AmazonS3Client before calling putObject.
What is the practice of loading data on S3 in a high-load application? Are you using an asynchronous client?
And in general, is it worth thinking about the task here so that you can load as many objects as possible from one AmazonS3Client via putObject?
Answer the question
In order to leave comments, you need to log in
Interested in what are the ways not to create every time AmazonS3Client before calling putObject.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question