HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/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"
  }