gitops/config/xzerolab/sit/aws-cloud/resources/s3.yaml

11 lines
278 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

bucket_name: "svc-plus-dev-objects"
# 是否开启版本管理(默认建议开启)
enable_versioning: true
# 是否启用加密,之后如果你想加 KMS 可以扩展
enable_encryption: false
# Public Access Block通常建议保持 true
block_public_access: true