1
0
mirror of https://github.com/distribution/distribution synced 2024-11-06 19:35:52 +01:00

Correction for JSON example.

Signed-off-by: Richard Scothern <richard.scothern@docker.com>
This commit is contained in:
Richard Scothern 2016-04-15 09:22:44 -07:00
parent e90ff92895
commit b72d74464a

@ -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"
},