cloudnative-pg / cloudnative-pg/plugin-barman-cloud
Small but important documentation change for secure S3 buckets
- 主要语言
- Go
- 星标
- 191
- 派生
- 72
- 平均合并
- 2 天 21 小时
- 30 天内合并 PR
- 21
描述
Hello,
I've successfully setup CNPG on a cloud where security is high by default.
To be able to connect to the storage as an S3 bucket I had to add
```
instanceSidecarConfiguration:
env:
- name: AWS_REQUEST_CHECKSUM_CALCULATION
value: when_required
- name: AWS_RESPONSE_CHECKSUM_VALIDATION
value: when_required
- name: AWS_DEFAULT_REGION
value: europe-3
```
to the `ObjectStore` config. The Barman Cloud docs are referring to the `checksum` vars but not the `region` var, which made it working.
Is it worth adding to the docs? According to the cloud provider tech support it is common for newer versions of AWS libs to require the region being set, so it could affect other S3 compatible storages as well.
贡献指南
调研方向
Locate the Barman Cloud documentation covering S3-compatible storage and the ObjectStore instanceSidecarConfiguration example. Add AWS_DEFAULT_REGION alongside the documented checksum variables, then verify that the example and surrounding guidance explain when the region setting is needed.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- aws
- 领域
- cloud, documentation
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100