I want to duplicate/copy multiple s3 objects into the same bucket (source = destination)
The manifest only expects 3 fields (bucket, key, optional version) and without versioning enabled, the objects just get overwritten
Using the java v2 SDK to create the job.
Copying 1 object at a time would work, but even for <500 objects it does take time