update policy

This commit is contained in:
2025-05-29 19:32:14 -05:00
parent 785d74e92b
commit 5cb7c77951
2 changed files with 19 additions and 1 deletions

View File

@@ -9,3 +9,21 @@ metadata:
spec:
generateBucketName: bucket-outline
storageClassName: ceph-bucket
bucketPolicy: |
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor",
"Effect": "Allow",
"Action": [
"s3:GetObjectAcl",
"s3:DeleteObject",
"s3:PutObject",
"s3:GetObject",
"s3:PutObjectAcl"
],
"Resource": "arn:aws:s3:::bucket-outline-630c57e0-d475-4d78-926c-c1c082291d73/*"
}
]
}