Skip to content

Commit 961de95

Browse files
committed
fix(aws warning): following update, warning removed
1 parent 13322d7 commit 961de95

File tree

4 files changed

+0
-102
lines changed

4 files changed

+0
-102
lines changed

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

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,6 @@ 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-
5125
* 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}.
5226

5327
## Terraform

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

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,31 +22,6 @@ 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-
5025
* 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}.
5126

5227
## Terraform

pages/storage_and_backup/object_storage/s3_getting_started_with_object_storage/guide.en-gb.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -51,32 +51,6 @@ This guide is designed to familiarise you with the management of your containers
5151

5252
/// details | To use the AWS CLI
5353

54-
> [!warning]
55-
>
56-
> AWS CLI and SDK compatibility warning
57-
>
58-
> 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:
59-
>
60-
> - `x-amz-content-sha256 with value STREAMING-UNSIGNED-PAYLOAD-TRAILER`
61-
> - `x-amz-sdk-checksum-algorithm with value CRC32`
62-
>
63-
> 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:
64-
>
65-
> - boto3 1.35.99
66-
> - legacy aws cli 1.36.40
67-
> - aws cli 2.22.35
68-
> - aws-sdk-go 1.72.3
69-
> - aws-sdk-java 2.29.52
70-
> - aws-sdk-js-v3 3.726.1
71-
> - aws-sdk-net 3.7.962.0
72-
> - aws-sdk-php 3.336.15
73-
> - aws-sdk-ruby 1.177.0
74-
>
75-
> Find out more [here](https://docs.aws.amazon.com/fr_fr/sdkref/latest/guide/feature-dataintegrity.html){.external}.
76-
>
77-
> Follow OVHcloud related updates [here](https://public-cloud.status-ovhcloud.com/incidents/491vx956zx6b).
78-
>
79-
8054
To find out how to install the AWS CLI in your environment, we recommend you to read [the official AWS documentation](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#getting-started-install-instructions){.external}.
8155

8256
**Check installation**

pages/storage_and_backup/object_storage/s3_getting_started_with_object_storage/guide.fr-fr.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -51,31 +51,6 @@ Ce guide a pour objectif de vous familiariser avec la gestion de vos conteneurs/
5151

5252
/// details | Pour utiliser l'AWS CLI
5353

54-
> [!warning]
55-
>
56-
> Avertissement sur la compatibilité de la CLI et du SDK AWS
57-
>
58-
> 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 :
59-
>
60-
> - `x-amz-content-sha256 with value STREAMING-UNSIGNED-PAYLOAD-TRAILER`
61-
> - `x-amz-sdk-checksum-algorithm with value CRC32`
62-
>
63-
> 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 :
64-
>
65-
> - boto3 1.35.99
66-
> - legacy aws cli 1.36.40
67-
> - aws cli 2.22.35
68-
> - aws-sdk-go 1.72.3
69-
> - aws-sdk-java 2.29.52
70-
> - aws-sdk-js-v3 3.726.1
71-
> - aws-sdk-net 3.7.962.0
72-
> - aws-sdk-php 3.336.15
73-
> - aws-sdk-ruby 1.177.0
74-
>
75-
> Pour en savoir plus, rendez vous [ici](https://docs.aws.amazon.com/fr_fr/sdkref/latest/guide/feature-dataintegrity.html){.external}.
76-
>
77-
> Obtenez des informations sur la mise à jour chez OVHcloud sur [cette page](https://public-cloud.status-ovhcloud.com/incidents/491vx956zx6b).
78-
7954
Pour connaître la procédure d’installation de l’AWS CLI adaptée à votre environnement, nous vous recommandons de consulter [la documentation officielle d’AWS](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html#getting-started-install-instructions){.external}.
8055

8156
**Vérifier l'installation**

0 commit comments

Comments
 (0)