Skip to content

Commit

Permalink
docs: correct s3 iam policy json (#9943)
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun Gopisetty <arjun.gopisetty@gmail.com>
  • Loading branch information
arjungopisetty committed Nov 7, 2022
1 parent e01beff commit 59ec608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configure-artifact-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ cat > policy.json <<EOF
"Effect":"Allow",
"Action":[
"s3:PutObject",
"s3:GetObject",
"s3:GetObject"
],
"Resource":"arn:aws:s3:::$mybucket/*"
},
Expand All @@ -85,7 +85,7 @@ $ cat > policy.json <<EOF
"s3:ListBucket"
],
"Resource":"arn:aws:s3:::$mybucket"
},
}
]
}
EOF
Expand Down

0 comments on commit 59ec608

Please sign in to comment.