Skip to content

Commit b6aa2f0

Browse files
smiycmnencia
authored andcommitted
docs: add instanceSidecarConfiguration info
Signed-off-by: Daniel Chambre <[email protected]>
1 parent c8f6ccf commit b6aa2f0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

web/docs/object_stores.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,25 @@ spec:
141141
[...]
142142
```
143143

144+
Due to recent changes to the [boto3](https://github.com/boto/boto3/issues/4392) [Data Integrity Protections for Amazon S3](https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html) implementation, you could hit the [x-amz-content-sha256 Error](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/393).
145+
146+
As a workaround set to following environment to the `ObjectStore`.
147+
148+
```yaml
149+
apiVersion: barmancloud.cnpg.io/v1
150+
kind: ObjectStore
151+
metadata:
152+
name: linode-store
153+
spec:
154+
env:
155+
- name: AWS_REQUEST_CHECKSUM_CALCULATION
156+
value: when_required
157+
- name: AWS_RESPONSE_CHECKSUM_VALIDATION
158+
value: when_required
159+
[...]
160+
```
161+
162+
144163
Example with DigitalOcean Spaces (SFO3, path-style):
145164

146165
```yaml

0 commit comments

Comments
 (0)