From cbacc26c58b1d4c196f715727b6647dcd7a13cb1 Mon Sep 17 00:00:00 2001 From: James Saryerwinnie Date: Tue, 15 Apr 2014 13:18:26 -0700 Subject: [PATCH] Fix doc example for s3api put-object The low level s3api commands don't have any custom behavior, so we will not automatically switch over to multipart uploads for large files. This was reported in: https://github.com/aws/aws-cli/issues/752 --- awscli/examples/s3api/put-object.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awscli/examples/s3api/put-object.rst b/awscli/examples/s3api/put-object.rst index 0109176e6c7a..9645a158510c 100644 --- a/awscli/examples/s3api/put-object.rst +++ b/awscli/examples/s3api/put-object.rst @@ -5,8 +5,8 @@ The following example uses the ``put-object`` command to upload an object to Ama aws s3api put-object --bucket text-content --key dir-1/my_images.tar.bz2 --body my_images.tar.bz2 -The put-object command automatically uses multipart upload for large files. The following example shows an upload of a -video file (The video file is specified using Windows file system syntax.):: +The following example shows an upload of a video file (The video file is +specified using Windows file system syntax.):: aws s3api put-object --bucket text-content --key dir-1/big-video-file.mp4 --body e:\media\videos\f-sharp-3-data-services.mp4