File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
173193Suppose you configure an Object Storage provider which uses a certificate
You can’t perform that action at this time.
0 commit comments