From 1b75d6e4877eba14e1e80cbe3135645809bea95e Mon Sep 17 00:00:00 2001 From: Marco Nenciarini Date: Tue, 10 Jun 2025 11:19:08 +0200 Subject: [PATCH] chore: review Signed-off-by: Marco Nenciarini --- .wordlist.txt | 3 +++ web/docs/object_stores.md | 8 +++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.wordlist.txt b/.wordlist.txt index 6fb521f..e8c33ea 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -49,6 +49,7 @@ Uncomment WAL WALBackupConfiguration WALs +amz api apiVersion apiextensions @@ -59,6 +60,7 @@ backend backends barmanObjectName barmancloud +boto bzip cd cloudnative @@ -113,6 +115,7 @@ secretKeyRef selfsigned serverName serviceaccount +sha sig storageClass subcommand diff --git a/web/docs/object_stores.md b/web/docs/object_stores.md index bea69e7..b8cfdf1 100644 --- a/web/docs/object_stores.md +++ b/web/docs/object_stores.md @@ -141,9 +141,12 @@ spec: [...] ``` -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). +Due to recent changes in the [boto3 implementation of Data Integrity Protections +for Amazon S3](https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html), +you may encounter the [x-amz-content-sha256 error](https://github.com/cloudnative-pg/plugin-barman-cloud/issues/393). +More details are available in [this related boto3 issue](https://github.com/boto/boto3/issues/4392). -As a workaround set to following environment to the `ObjectStore`. +As a workaround, you can configure the following environment variables in your `ObjectStore` definition: ```yaml apiVersion: barmancloud.cnpg.io/v1 @@ -159,7 +162,6 @@ spec: [...] ``` - Example with DigitalOcean Spaces (SFO3, path-style): ```yaml