Merge pull request #1641 from RichardScothern/ifollowtherules

Correction for JSON example.
pull/1642/head
Richard Scothern 2016-04-15 09:52:20 -07:00
commit 9d491698cc
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ The following IAM permissions are required by the registry for push and pull. S
"Action": [
"s3:ListBucket",
"s3:GetBucketLocation",
"s3:ListBucketMultipartUploads",
"s3:ListBucketMultipartUploads"
],
"Resource": "arn:aws:s3:::mybucket"
},