add policy

This commit is contained in:
2022-09-27 18:02:13 +07:00
parent b1f61020af
commit e9c29b117c

View File

@@ -0,0 +1,14 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::gitlab-storage/*"
]
}
]
}