HEX
Server: Apache
System: Linux pdx1-shared-a2-09 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: dh_pvsc7i (5084578)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/awscli/examples/s3api/copy-object.rst
The following command copies an object from ``bucket-1`` to ``bucket-2``::

  aws s3api copy-object --copy-source bucket-1/test.txt --key test.txt --bucket bucket-2

Output::

  {
      "CopyObjectResult": {
          "LastModified": "2015-11-10T01:07:25.000Z",
          "ETag": "\"589c8b79c230a6ecd5a7e1d040a9a030\""
      },
      "VersionId": "YdnYvTCVDqRRFA.NFJjy36p0hxifMlkA"
  }