Copying an Object to a Different Bucket
On Compute Cloud@Customer, you can copy an object to a different bucket as long as the target bucket is located in the same Compute Cloud@Customer infrastructure.
This task isn't available in the Console.
Use the oci os object copy command and required parameters to copy an object to a different bucket.
oci os object copy --namespace-name <object_storage_namespace> --bucket-name <source_bucket_name> --source-object-name <source_object> --destination-bucket <destination_bucket_name> --destination-object-name <destination_object_name> [OPTIONS]
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
Use the CopyObject operation to copy an object to a different bucket.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.