Skip to content

Commit

Permalink
Merge pull request #565 from garnaat/doc-storage-class
Browse files Browse the repository at this point in the history
Document the valid choices for the --storage-class option.
  • Loading branch information
garnaat committed Dec 19, 2013
2 parents 8eddfce + c48811a commit 76ca5bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awscli/customizations/s3/description.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def add_param_descriptions(params_dict):

params_dict['storage-class']['documents'] = (
"The type of storage to use for the object. "
"Valid choices are: STANDARD | REDUCED_REDUNDANCY. "
"Defaults to 'STANDARD'")

params_dict['website-redirect']['documents'] = (
Expand Down

0 comments on commit 76ca5bb

Please sign in to comment.