I am investigating renaming bundles in AWS S3. I would prefer to use the SDK, but it appears that the SDK only supports Copy and Delete. This because the object keys are used for partitoning the drive.
However, the AWS CLI does provide a mv functionality, according to its docs.
Is this just a wrapper to the copy-and-delete operations (likely), or something else?
Thanks!