Skip to content

Commit 64bbd0a

Browse files
committed
fix(s3): add warning for the s3 as tf backend guide
1 parent 1e3ddb5 commit 64bbd0a

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

pages/public_cloud/compute/use_object_storage_terraform_backend_state/guide.en-gb.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,32 @@ In this tutorial you will:
2222

2323
## Before you begin
2424

25+
> [!warning]
26+
>
27+
> AWS CLI and SDK compatibility warning
28+
>
29+
> Recently, Amazon Web Services (AWS) implemented a change that strengthens checksums when using the S3 API. These new integrity checks are currently being integrated into our platform. The following headers are not supported:
30+
>
31+
> - `x-amz-content-sha256 with value STREAMING-UNSIGNED-PAYLOAD-TRAILER`
32+
> - `x-amz-sdk-checksum-algorithm with value CRC32`
33+
>
34+
> Until our Object Storage service is updated, we recommend that you use the maximum supported versions of the CLI, SDK and other AWS tools below:
35+
>
36+
> - boto3 1.35.99
37+
> - legacy aws cli 1.36.40
38+
> - aws cli 2.22.35
39+
> - aws-sdk-go 1.72.3
40+
> - aws-sdk-java 2.29.52
41+
> - aws-sdk-js-v3 3.726.1
42+
> - aws-sdk-net 3.7.962.0
43+
> - aws-sdk-php 3.336.15
44+
> - aws-sdk-ruby 1.177.0
45+
>
46+
> Find out more [here](https://docs.aws.amazon.com/fr_fr/sdkref/latest/guide/feature-dataintegrity.html){.external}.
47+
>
48+
> Follow OVHcloud related updates [here](https://public-cloud.status-ovhcloud.com/incidents/491vx956zx6b).
49+
>
50+
2551
* You should have installed Terraform CLI, version 0.12.x minimum, on your machine. You can install it by following the [detailed installation instructions](https://www.terraform.io/docs/cli/index.html){.external} or with the tool [tfenv](https://github.com/tfutils/tfenv){.external}.
2652

2753
## Terraform

pages/public_cloud/compute/use_object_storage_terraform_backend_state/guide.fr-fr.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,31 @@ Dans ce tutoriel, vous allez :
2222

2323
## Avant de commencer
2424

25+
> [!warning]
26+
>
27+
> Avertissement sur la compatibilité de la CLI et du SDK AWS
28+
>
29+
> Amazon Web Services (AWS) a récemment effectué une modification qui renforce les checksum lors d'opérations via l'API S3. Ces nouveaux contrôles d’intégrité sont en cours d'intégration sur notre plateforme. Aussi, les headers suivants ne sont pas supportés :
30+
>
31+
> - `x-amz-content-sha256 with value STREAMING-UNSIGNED-PAYLOAD-TRAILER`
32+
> - `x-amz-sdk-checksum-algorithm with value CRC32`
33+
>
34+
> En attendant la mise à jour de notre service Object Storage, nous vous recommandons d'utiliser les versions maximales prises en charge de la CLI, du SDK et des autres outils AWS suivants :
35+
>
36+
> - boto3 1.35.99
37+
> - legacy aws cli 1.36.40
38+
> - aws cli 2.22.35
39+
> - aws-sdk-go 1.72.3
40+
> - aws-sdk-java 2.29.52
41+
> - aws-sdk-js-v3 3.726.1
42+
> - aws-sdk-net 3.7.962.0
43+
> - aws-sdk-php 3.336.15
44+
> - aws-sdk-ruby 1.177.0
45+
>
46+
> Pour en savoir plus, rendez vous [ici](https://docs.aws.amazon.com/fr_fr/sdkref/latest/guide/feature-dataintegrity.html){.external}.
47+
>
48+
> Obtenez des informations sur la mise à jour chez OVHcloud sur [cette page](https://public-cloud.status-ovhcloud.com/incidents/491vx956zx6b).
49+
2550
* Vous devez avoir installé Terraform CLI, version 0.12.x minimum, sur votre machine. Vous pouvez l'installer en suivant les instructions d'installation [détaillées](https://www.terraform.io/docs/cli/index.html){.external} ou avec l'outil [tfenv](https://github.com/tfutils/tfenv){.external}.
2651

2752
## Terraform

0 commit comments

Comments
 (0)