Skip to content

Commit

Permalink
Merge pull request aws#2524 from jeffreyctang/fix-list-object-version…
Browse files Browse the repository at this point in the history
…-doc

remove --key  (deprecated) from s3api list-object-versions   doc.
  • Loading branch information
JordonPhillips authored Apr 12, 2017
2 parents 1c12761 + 98882c4 commit 5cf840f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli/examples/s3api/list-object-versions.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The following command retrieves version information for an object in a bucket named ``my-bucket``::

aws s3api list-object-versions --bucket my-bucket --key index.html
aws s3api list-object-versions --bucket my-bucket --prefix index.html

Output::

Expand Down

0 comments on commit 5cf840f

Please sign in to comment.