0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.147.61.125


Current Path : /proc/thread-self/root/usr/share/doc/awscli/examples/s3api/
Upload File :
Current File : //proc/thread-self/root/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"
  }