403Webshell
Server IP : 3.96.16.70  /  Your IP : 216.73.216.15
Web Server : Apache
System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /lib/python3.9/site-packages/awscli/examples/s3api/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3.9/site-packages/awscli/examples/s3api/upload-part-copy.rst
**To upload part of an object by copying data from an existing object as the data source**

The following ``upload-part-copy`` example uploads a part by copying data from an existing object as a data source. ::

    aws s3api upload-part-copy \
        --bucket amzn-s3-demo-bucket \
        --key "Map_Data_June.mp4" \
        --copy-source "amzn-s3-demo-bucket/copy_of_Map_Data_June.mp4" \
        --part-number 1 \
        --upload-id "bq0tdE1CDpWQYRPLHuNG50xAT6pA5D.m_RiBy0ggOH6b13pVRY7QjvLlf75iFdJqp_2wztk5hvpUM2SesXgrzbehG5hViyktrfANpAD0NO.Nk3XREBqvGeZF6U3ipiSm"

Output::

    {
        "CopyPartResult": {
            "LastModified": "2019-12-13T23:16:03.000Z",
            "ETag": "\"711470fc377698c393d94aed6305e245\""
        }
    }

Youez - 2016 - github.com/yon3zu
LinuXploit