diff --git a/src/pages/[platform]/build-a-backend/storage/use-with-custom-s3/index.mdx b/src/pages/[platform]/build-a-backend/storage/use-with-custom-s3/index.mdx index 1ce67bd9ba3..22edbb501d0 100644 --- a/src/pages/[platform]/build-a-backend/storage/use-with-custom-s3/index.mdx +++ b/src/pages/[platform]/build-a-backend/storage/use-with-custom-s3/index.mdx @@ -61,6 +61,7 @@ The policy will look something like this "s3:ListBucket" ], "Resource": [ + "arn:aws:s3:::", "arn:aws:s3:::/*" ] }