From b72d74464aef6cedae39c73e63255dd13f9afa3d Mon Sep 17 00:00:00 2001 From: Richard Scothern Date: Fri, 15 Apr 2016 09:22:44 -0700 Subject: [PATCH] Correction for JSON example. Signed-off-by: Richard Scothern --- docs/storage-drivers/s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/storage-drivers/s3.md b/docs/storage-drivers/s3.md index 2a7aa9f5f..d78fc988c 100644 --- a/docs/storage-drivers/s3.md +++ b/docs/storage-drivers/s3.md @@ -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" },