Hi,
How to create multiple objects to buckets in Aws s3 in async process.and I also need to use multithreading for create objects.
If you want to create a single object will use putobject method or upload method but I need to create multiple objects in single call
Plz give sample code to create multiple objects
Thanks.