Skip to content

Commit

Permalink
Fix doc example for s3api put-object
Browse files Browse the repository at this point in the history
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: aws#752
  • Loading branch information
jamesls committed Apr 15, 2014
1 parent 4996cd6 commit cbacc26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awscli/examples/s3api/put-object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cbacc26

Please sign in to comment.