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: spec:
generateBucketName: bucket-outline generateBucketName: bucket-outline
storageClassName: ceph-bucket 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/*"
}
]
}

View File

@@ -89,7 +89,7 @@ outline:
- name: AWS_S3_ACCELERATE_URL - name: AWS_S3_ACCELERATE_URL
value: https://objects.alexlebens.dev value: https://objects.alexlebens.dev
- name: AWS_S3_FORCE_PATH_STYLE - name: AWS_S3_FORCE_PATH_STYLE
value: false value: true
- name: AWS_S3_ACL - name: AWS_S3_ACL
value: private value: private
- name: FILE_STORAGE_UPLOAD_MAX_SIZE - name: FILE_STORAGE_UPLOAD_MAX_SIZE