1.When I am using AmazonS3Client to upload file on amazon s3 file store. 2.when I am trying to upload multiple files at a time it gives exceptions: but same file multiple th
This answer was wrote from the guy of AWS Hanson:
Is it possible that the input stream that is specified in the request has already been fully read?
If the input stream is a file stream, have you tried specifying the original file in the request instead of the input stream of the file?