From e4817cfc94befcfae80a7568d2c3245477e946e5 Mon Sep 17 00:00:00 2001 From: Richard Scothern Date: Wed, 6 Apr 2016 14:22:08 -0700 Subject: [PATCH] Remove ListAllMyBuckets from the S3 permission scope. Signed-off-by: Richard Scothern --- docs/storage-drivers/s3.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/storage-drivers/s3.md b/docs/storage-drivers/s3.md index 8f8dce70d..2a7aa9f5f 100644 --- a/docs/storage-drivers/s3.md +++ b/docs/storage-drivers/s3.md @@ -193,13 +193,6 @@ The following IAM permissions are required by the registry for push and pull. S ``` "Statement": [ - { - "Effect": "Allow", - "Action": [ - "s3:ListAllMyBuckets" - ], - "Resource": "arn:aws:s3:::*" - }, { "Effect": "Allow", "Action": [