Skip to content

Commit

Permalink
Merge pull request #1186 from kyleknap/s3-grant-doc
Browse files Browse the repository at this point in the history
Update s3 --grants documentation
  • Loading branch information
kyleknap committed Feb 26, 2015
2 parents 6487e94 + 0dc56da commit bd14d17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion awscli/customizations/s3/subcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,10 @@
'Grant specific permissions to individual users or groups. You '
'can supply a list of grants of the form::<p/> --grants '
'Permission=Grantee_Type=Grantee_ID [Permission=Grantee_Type='
'Grantee_ID ...]<p/>Each value contains the following elements:'
'Grantee_ID ...]<p/>To specify the same permission type for multiple '
'grantees, specify the permission as such::<p/> --grants '
'Permission=Grantee_Type=Grantee_ID,Grantee_Type=Grantee_ID,...'
'</p>Each value contains the following elements:'
'<p/><ul><li><code>Permission</code> - Specifies '
'the granted permissions, and can be set to read, readacl, '
'writeacl, or full.</li><li><code>Grantee_Type</code> - '
Expand Down

0 comments on commit bd14d17

Please sign in to comment.