Amazon web services – Java AWS S3 SDK2 how to perform async bulk operations
I'd like to perform bulk operations within S3 asynchronously. For some reason, I could not find a way of doing that in the new SDK2 client built by AWS. I currently use the S3AsyncClient's putObject method for uploading files, but…