Skip to content

Commit 1b75d6e

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

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.wordlist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Uncomment
4949
WAL
5050
WALBackupConfiguration
5151
WALs
52+
amz
5253
api
5354
apiVersion
5455
apiextensions
@@ -59,6 +60,7 @@ backend
5960
backends
6061
barmanObjectName
6162
barmancloud
63+
boto
6264
bzip
6365
cd
6466
cloudnative
@@ -113,6 +115,7 @@ secretKeyRef
113115
selfsigned
114116
serverName
115117
serviceaccount
118+
sha
116119
sig
117120
storageClass
118121
subcommand

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)