Commit 1e638da0 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-114' into 'master'

Remove extra colon in policy code sample

See merge request gitlab-org/gitlab!32284
parents b591e7cb dcd494e0
......@@ -79,7 +79,7 @@ As we'll be using [Amazon S3 object storage](#amazon-s3-object-storage), our EC2
"Effect": "Allow",
"Action": [
"s3:AbortMultipartUpload",
"s3::CompleteMultipartUpload",
"s3:CompleteMultipartUpload",
"s3:ListBucket",
"s3:PutObject",
"s3:GetObject",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment