Skip to content

Commit 19f607c

Browse files
committed
docs: import CloudNativePG main
1 parent 35b1004 commit 19f607c

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

website/docs/appendixes/object_stores.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,26 @@ spec:
168168
[...]
169169
```
170170

171+
:::note
172+
Recent changes to the [boto3 implementation](https://github.com/boto/boto3/issues/4392)
173+
of [Amazon S3 Data Integrity Protections](https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html)
174+
may lead to the `x-amz-content-sha256` error. If you encounter this issue, you
175+
can apply the following workaround by setting specific environment variables at
176+
the cluster level through `spec.env`:
177+
178+
```yaml
179+
apiVersion: postgresql.cnpg.io/v1
180+
kind: Cluster
181+
[...]
182+
spec:
183+
env:
184+
- name: AWS_REQUEST_CHECKSUM_CALCULATION
185+
value: when_required
186+
- name: AWS_RESPONSE_CHECKSUM_VALIDATION
187+
value: when_required
188+
```
189+
:::
190+
171191
### Using Object Storage with a private CA
172192

173193
Suppose you configure an Object Storage provider which uses a certificate

0 commit comments

Comments
 (0)