Skip to content

Commit e5b2ee6

Browse files
committed
chore: review
Signed-off-by: Marco Nenciarini <[email protected]>
1 parent b6aa2f0 commit e5b2ee6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

web/docs/object_stores.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,12 @@ 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).
144+
Due to recent changes in the [boto3 implementation of Data Integrity Protections
145+
for Amazon S3](https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html),
146+
you may encounter the [x-amz-content-sha256 error](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/393).
147+
More details are available in [this related boto3 issue](https://github.com/boto/boto3/issues/4392).
145148

146-
As a workaround set to following environment to the `ObjectStore`.
149+
As a workaround, you can configure the following environment variables in your `ObjectStore` definition:
147150

148151
```yaml
149152
apiVersion: barmancloud.cnpg.io/v1
@@ -159,7 +162,6 @@ spec:
159162
[...]
160163
```
161164

162-
163165
Example with DigitalOcean Spaces (SFO3, path-style):
164166

165167
```yaml

0 commit comments

Comments
 (0)