Command option Sample:aws s3api upload-part

Search command sample in the internet.It is the result.

Uploads a part in a multipart upload.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/s3api/upload-part.html

aws s3api upload-part --bucket multirecv --key testfile --part-number 1 --body testfile.001 --upload-id sDCDOJiTUVGeKAk3Ob7qMynRKqe3ROcavPRwg92eA6JPD4ybIGRxJx9R0VbgkrnOVphZFK59KCYJAO1PXlrBSW7vcH7ANHZwTTf0ovqe6XPYHwsSp7eTRnXB1qjx40Tk --content-md5 Vuoo2L6aAmjr+4sRXUwf0w==
    Amazon S3 マルチパートアップロード CLI : http://aws.amazon.com/jp/premiumsupport/knowledge-center/s3-multipart-upload-cli/
aws s3api upload-part --bucket my-bucket --key 'multipart/01' --part-number 1 --body part01 --upload-id "dfRtDYU0WWCCcH43C3WFbkRONycyCpTJJvxu2i5GYkZljF.Yxwh6XG7WfS2vC4to6HiV6Yjlx.cph0gtNBtJ8P3URCSbB7rjxI5iEwVDmgaXZOGgkk5nVTW16HOQ5l0R"
    upload-part — AWS CLI 1.16.13 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/s3api/upload-part.html
aws s3api upload-part --bucket mybucket --key xxl/bigfile --part-number
    AWS CLI tips and tricks 揃 GitHub : http://gist.github.com/overdrive3000/f54210bdd22f58190939eaa109761c4a
aws s3api upload-part --bucket jeremyn-test-bucket --key testfile --part-number 1 --body ./xaa --upload-id NwJMhPM06TCbPTboseWqIR8RpvAMgLeMe5ar7wM8sA8SFabrVmXATfDFPO2.78ppDoCq5x786QY635MpKJqOCMZ7NqxrjSkX3q2gXVYPabFMe84mMKs3aCGD1tgsvUOU --content-md5 tTTub4APCGfeu1ZaJInnDw==
    S3 not verifying MD5 hash of combined file after multipart upload 揃 Issue #2559 揃 aws/aws-cli 揃 GitHub : http://github.com/aws/aws-cli/issues/2559
aws s3api upload-part --bucket amcaebucket --key 'multipart/01' --part-number 1 --upload-id "xxxxxxxxxxxx"
    amazon web services - Multipart Upload in AWS failed - Stack Overflow : http://stackoverflow.com/questions/40679877/multipart-upload-in-aws-failed
aws s3api upload-part --bucket MyBucketName --key MyObject.zip --upload-id \ MyLongUploadId --part-number 1 --body MyObject1.zip
    Uploading a Large File to Amazon Web Services S3 – Jibril Touzi – Senior Site Reliability Engineer & Cloud Infrastructure Architect : http://www.jtouzi.net/uploading-a-large-file-to-amazon-web-services-s3/

aws のオプション一覧