From 73a5ac3aee3a8c417197bdaca2cf213db1693ece Mon Sep 17 00:00:00 2001 From: lason-ovh <115475837+lason-ovh@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:40:28 -0500 Subject: [PATCH 01/27] Update guide.en-gb.md replace perf endpoint with merged endpoint in owncloud doc --- .../object_storage/s3_owncloud/guide.en-gb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-gb.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-gb.md index 2fb4700ac0d..a4d15410dc6 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-gb.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL From 748c3104a2deb095936ebc140417cebedf8719fd Mon Sep 17 00:00:00 2001 From: lason-ovh <115475837+lason-ovh@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:45:38 -0500 Subject: [PATCH 02/27] Update guide.en-gb.md replace perf endpoint with merged endpoint --- .../object_storage/s3_nextcloud/guide.en-gb.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-gb.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-gb.md index a62643dbd1b..784838756e3 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-gb.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', From eba6d6e7ad9a24f1a242079fe72f7ab595e48aba Mon Sep 17 00:00:00 2001 From: lason-ovh <115475837+lason-ovh@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:55:24 -0500 Subject: [PATCH 03/27] Update guide.en-gb.md replaced perf endpoint with merged endpoint --- .../object_storage/s3_s3cmd/guide.en-gb.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-gb.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-gb.md index b702898be3a..96674be24a6 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-gb.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True From 5f68622bf97d7ec2b1af4c5826433a4656a79a84 Mon Sep 17 00:00:00 2001 From: lason-ovh <115475837+lason-ovh@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:04:29 -0500 Subject: [PATCH 04/27] Update guide.en-gb.md replaced perf endpoint with merged endpoint --- .../storage_and_backup/object_storage/s3_rclone/guide.en-gb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-gb.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-gb.md index 4f4f826096d..77053c93df9 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-gb.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = From d6e69e865d19f4fb38ce28bc84812651b686cc62 Mon Sep 17 00:00:00 2001 From: lason-ovh <115475837+lason-ovh@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:07:50 -0500 Subject: [PATCH 05/27] Update guide.en-gb.md enforced merged endpoint instead of placeholder --- .../object_storage/s3_website/guide.en-gb.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.en-gb.md b/pages/storage_and_backup/object_storage/s3_website/guide.en-gb.md index 74f74e71bab..c311b86cbbb 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.en-gb.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. From dfe80409bb1370ea6fc6eb8cfdcaad0e034b2123 Mon Sep 17 00:00:00 2001 From: lason-ovh <115475837+lason-ovh@users.noreply.github.com> Date: Fri, 8 Mar 2024 10:31:35 -0500 Subject: [PATCH 06/27] Update guide.en-gb.md new organization for geoavailability doc --- .../object_storage/s3_location/guide.en-gb.md | 29 +++++++++++++++---- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.en-gb.md b/pages/storage_and_backup/object_storage/s3_location/guide.en-gb.md index 1d48416d0bf..4000836eea8 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.en-gb.md @@ -11,15 +11,34 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy `https://s3..perf.cloud.ovh.net` endpoint will still be maintained for retrocompatibility purpose and most S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further From 10bee3558e9699131a9561e133aae7233b08be1e Mon Sep 17 00:00:00 2001 From: lason-ovh <115475837+lason-ovh@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:24:55 +0100 Subject: [PATCH 07/27] Update guide.en-gb.md minor update --- .../object_storage/s3_location/guide.en-gb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.en-gb.md b/pages/storage_and_backup/object_storage/s3_location/guide.en-gb.md index 4000836eea8..71cf43d3b4a 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.en-gb.md @@ -30,7 +30,7 @@ The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh ### Endpoint retrocompatibility -The legacy `https://s3..perf.cloud.ovh.net` endpoint will still be maintained for retrocompatibility purpose and most S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. +The legacy `https://s3..perf.cloud.ovh.net` endpoint will still be maintained for retrocompatibility purpose and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. ## Object Storage Swift From de58367cbf475a375b7974e431e15d585c7db648 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke Date: Wed, 24 Apr 2024 16:04:45 +0200 Subject: [PATCH 08/27] EN proof Add duplos --- .../object_storage/s3_location/guide.de-de.md | 31 ++++++++++++---- .../s3_location/guide.en-asia.md | 31 ++++++++++++---- .../object_storage/s3_location/guide.en-au.md | 31 ++++++++++++---- .../object_storage/s3_location/guide.en-ca.md | 31 ++++++++++++---- .../object_storage/s3_location/guide.en-gb.md | 4 +-- .../object_storage/s3_location/guide.en-ie.md | 31 ++++++++++++---- .../object_storage/s3_location/guide.en-sg.md | 31 ++++++++++++---- .../object_storage/s3_location/guide.en-us.md | 31 ++++++++++++---- .../object_storage/s3_location/guide.es-es.md | 31 ++++++++++++---- .../object_storage/s3_location/guide.es-us.md | 31 ++++++++++++---- .../object_storage/s3_location/guide.fr-ca.md | 35 ++++++++++++++----- .../object_storage/s3_location/guide.fr-fr.md | 35 ++++++++++++++----- .../object_storage/s3_location/guide.it-it.md | 31 ++++++++++++---- .../object_storage/s3_location/guide.pl-pl.md | 31 ++++++++++++---- .../object_storage/s3_location/guide.pt-pt.md | 31 ++++++++++++---- 15 files changed, 354 insertions(+), 92 deletions(-) diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.de-de.md b/pages/storage_and_backup/object_storage/s3_location/guide.de-de.md index d081c668c37..ea4f60af23a 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.de-de.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.de-de.md @@ -11,18 +11,37 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/de/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.en-asia.md b/pages/storage_and_backup/object_storage/s3_location/guide.en-asia.md index bb5034914f9..d3de1afec25 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.en-asia.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.en-asia.md @@ -11,18 +11,37 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/asia/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.en-au.md b/pages/storage_and_backup/object_storage/s3_location/guide.en-au.md index 2c9c4cd2678..d3de1afec25 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.en-au.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.en-au.md @@ -11,18 +11,37 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-au/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.en-ca.md b/pages/storage_and_backup/object_storage/s3_location/guide.en-ca.md index 08cb50ea04a..d3de1afec25 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.en-ca.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.en-ca.md @@ -11,18 +11,37 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ca/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.en-gb.md b/pages/storage_and_backup/object_storage/s3_location/guide.en-gb.md index 71cf43d3b4a..d3de1afec25 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.en-gb.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.en-gb.md @@ -30,7 +30,7 @@ The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh ### Endpoint retrocompatibility -The legacy `https://s3..perf.cloud.ovh.net` endpoint will still be maintained for retrocompatibility purpose and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. ## Object Storage Swift @@ -42,6 +42,6 @@ The legacy `https://s3..perf.cloud.ovh.net` endpoint will still be maint ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.en-ie.md b/pages/storage_and_backup/object_storage/s3_location/guide.en-ie.md index 9467653d948..d3de1afec25 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.en-ie.md @@ -11,18 +11,37 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-ie/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.en-sg.md b/pages/storage_and_backup/object_storage/s3_location/guide.en-sg.md index da8962dab48..d3de1afec25 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.en-sg.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.en-sg.md @@ -11,18 +11,37 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-sg/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.en-us.md b/pages/storage_and_backup/object_storage/s3_location/guide.en-us.md index 25aba3af959..d3de1afec25 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.en-us.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.en-us.md @@ -11,18 +11,37 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.es-es.md b/pages/storage_and_backup/object_storage/s3_location/guide.es-es.md index e2005b58aac..6acf61e81c2 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.es-es.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.es-es.md @@ -11,18 +11,37 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es-es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.es-us.md b/pages/storage_and_backup/object_storage/s3_location/guide.es-us.md index 65bac73e60e..6acf61e81c2 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.es-us.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.es-us.md @@ -11,18 +11,37 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/es/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.fr-ca.md b/pages/storage_and_backup/object_storage/s3_location/guide.fr-ca.md index f92c0981bb8..7493e57465f 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.fr-ca.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.fr-ca.md @@ -9,20 +9,37 @@ td:nth-of-type(2) { } -Nous avons conçu les classes de stockages S3 pour qu’elles soient **compatibles avec l’API S3**, considérée comme une référence dans le marché du stockage d’objets. Vous pouvez donc utiliser Object Storage avec la plupart des outils de gestion de données via les endpoints définis par région et pas classe de stockage. +Nous avons conçu les classes de stockage S3 pour qu’elles soient **compatibles avec l’API S3**, considérée comme une référence sur le marché du stockage objet. Vous pouvez donc utiliser l'Object Storage avec la plupart des outils de gestion de données via les points de terminaison définis par région et non par classe de stockage. -## Liste des endpoints par région et par classe de stockage  +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | -| ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | -| Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | +OVHcloud Object Storage S3 est accessible via un point de terminaison unique : `https://s3..io.cloud.ovh.net`. Ce point de terminaison unique peut traiter à la fois les classes de stockage Standard et High Performance. Toutes les opérations de l'API S3 sont prises en charge avec ce point de terminaison unique. -Le point de terminaison des bucket est une URL, par exemple `https://my-bucket.s3.gra.perf.cloud.ovh.net` qui représente un point de terminaison de style « hôte virtuel ». +### Liste des régions disponibles +| Nom de la région | Région
À saisir en minuscules | Protocole | Version de la signature | +| ----- | ----- | ----- | ----- | +| Gravelines | gra | HTTPS | 4 | +| Francfort | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Varsovie | gueuler | HTTPS | 4 | +| Londres | uk | HTTPS | 4 | + +Le point de terminaison de bucket est une URL, par exemple `https://my-bucket.s3.gra.io.cloud.ovh.net` qui représente un point de terminaison de style hôte virtuel. + +### Rétrocompatibilité des points de terminaison + +L'ancien point de terminaison `https://s3..perf.cloud.ovh.net` sera toujours maintenu à des fins de rétrocompatibilité et toutes les opérations de l'API S3 seront toujours prises en charge. Cependant, veuillez noter que ce point de terminaison appliquera automatiquement la classe de stockage High Performance des opérations de téléchargement d'objets. + + +## Object Storage Swift + +| Solution de stockage | URL du point de terminaison | Région disponible
À saisir en minuscules | +| ----- | ----- | ----- | +| Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg : sbg
Londres : uk
Francfort : de
Varsovie : waw
Beauharnois : bhs
Gravelines : gra | ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr-ca/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre communauté d'utilisateurs sur . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.fr-fr.md b/pages/storage_and_backup/object_storage/s3_location/guide.fr-fr.md index 22b6de6afad..7493e57465f 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.fr-fr.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.fr-fr.md @@ -9,20 +9,37 @@ td:nth-of-type(2) { } -Nous avons conçu les classes de stockages S3 pour qu’elles soient **compatibles avec l’API S3**, considérée comme une référence dans le marché du stockage d’objets. Vous pouvez donc utiliser Object Storage avec la plupart des outils de gestion de données via les endpoints définis par région et pas classe de stockage. +Nous avons conçu les classes de stockage S3 pour qu’elles soient **compatibles avec l’API S3**, considérée comme une référence sur le marché du stockage objet. Vous pouvez donc utiliser l'Object Storage avec la plupart des outils de gestion de données via les points de terminaison définis par région et non par classe de stockage. -## Liste des endpoints par région et par classe de stockage  +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | -| ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | -| Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | +OVHcloud Object Storage S3 est accessible via un point de terminaison unique : `https://s3..io.cloud.ovh.net`. Ce point de terminaison unique peut traiter à la fois les classes de stockage Standard et High Performance. Toutes les opérations de l'API S3 sont prises en charge avec ce point de terminaison unique. -Le point de terminaison des bucket est une URL, par exemple `https://my-bucket.s3.gra.perf.cloud.ovh.net` qui représente un point de terminaison de style « hôte virtuel ». +### Liste des régions disponibles +| Nom de la région | Région
À saisir en minuscules | Protocole | Version de la signature | +| ----- | ----- | ----- | ----- | +| Gravelines | gra | HTTPS | 4 | +| Francfort | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Varsovie | gueuler | HTTPS | 4 | +| Londres | uk | HTTPS | 4 | + +Le point de terminaison de bucket est une URL, par exemple `https://my-bucket.s3.gra.io.cloud.ovh.net` qui représente un point de terminaison de style hôte virtuel. + +### Rétrocompatibilité des points de terminaison + +L'ancien point de terminaison `https://s3..perf.cloud.ovh.net` sera toujours maintenu à des fins de rétrocompatibilité et toutes les opérations de l'API S3 seront toujours prises en charge. Cependant, veuillez noter que ce point de terminaison appliquera automatiquement la classe de stockage High Performance des opérations de téléchargement d'objets. + + +## Object Storage Swift + +| Solution de stockage | URL du point de terminaison | Région disponible
À saisir en minuscules | +| ----- | ----- | ----- | +| Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg : sbg
Londres : uk
Francfort : de
Varsovie : waw
Beauharnois : bhs
Gravelines : gra | ## Aller plus loin -Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. Échangez avec notre communauté d'utilisateurs sur . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.it-it.md b/pages/storage_and_backup/object_storage/s3_location/guide.it-it.md index 95ecce4b7b3..dbebde4848b 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.it-it.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.it-it.md @@ -11,18 +11,37 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/it/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.pl-pl.md b/pages/storage_and_backup/object_storage/s3_location/guide.pl-pl.md index 052d9a3dd66..1ddafb94ad2 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.pl-pl.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.pl-pl.md @@ -11,18 +11,37 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pl/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.pt-pt.md b/pages/storage_and_backup/object_storage/s3_location/guide.pt-pt.md index 9a2c753787d..997b81a5ee2 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.pt-pt.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.pt-pt.md @@ -11,18 +11,37 @@ td:nth-of-type(2) { We have designed the S3 storage classes to be **compatible with the S3 API**, considered as a benchmark in the object storage market. You can therefore use Object Storage with most data management tools via the endpoints defined by region and not storage class. -## List of endpoints by region and storage class +## Object Storage S3 -| Storage class | endpoint URL | Region available
To be entered in lower case | +OVHcloud Object Storage S3 can be accessed through a unique endpoint: `https://s3..io.cloud.ovh.net`. This unique endpoint can address both Standard and High Performance storage classes. All S3 API operations are supported with this unique endpoint. + +### List of available regions + +| Region name | Region
To be entered in lower case | Protocol | Signature version | +| ------ | ------ | ------ | ------ | +| Gravelines | gra | HTTPS | 4 | +| Frankfurt | de | HTTPS | 4 | +| Beauharnois | bhs | HTTPS | 4 | +| Roubaix | rbx | HTTPS | 4 | +| Warsaw | waw | HTTPS | 4 | +| London | uk | HTTPS | 4 | + +The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.io.cloud.ovh.net` that represents a virtual host style endpoint. + +### Endpoint retrocompatibility + +The legacy endpoint `https://s3..perf.cloud.ovh.net` will still be maintained for retrocompatibility purposes and all S3 API operations will still be supported. However, please note that this endpoint will automatically enforce the High Performance storage class of object upload operations. + + +## Object Storage Swift + +| Storage solution | endpoint URL | Region available
To be entered in lower case | | ------ | ------ | ------ | -| Object Storage S3 - Standard | `https://s3..io.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Frankfurt: de
Beauharnois: bhs
Roubaix: rbx
Warsaw: waw
London: uk | -| Object Storage S3 - High Performance |`https://s3..perf.cloud.ovh.net` | Gravelines: gra
Strasbourg: sbg
Beauharnois: bhs
London: uk
Frankfurt: de
Warsaw: waw
Roubaix: rbx | | Object Storage SWIFT - Standard - Legacy |`https://s3..cloud.ovh.net` | Strasbourg: sbg
London: uk
Frankfurt: de
Warsaw: waw
Beauharnois: bhs
Gravelines: gra | -The bucket endpoint is a URL, for example `https://my-bucket.s3.gra.perf.cloud.ovh.net` that represents a virtual host style endpoint. ## Go further -If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/pt/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. +If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project. Join our community of users on . From e336529c34f93343b52cd04a25c43c9298768f2c Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke Date: Wed, 24 Apr 2024 16:11:00 +0200 Subject: [PATCH 09/27] Add duplos --- .../object_storage/s3_nextcloud/guide.de-de.md | 6 +++--- .../object_storage/s3_nextcloud/guide.en-asia.md | 6 +++--- .../object_storage/s3_nextcloud/guide.en-au.md | 6 +++--- .../object_storage/s3_nextcloud/guide.en-ca.md | 6 +++--- .../object_storage/s3_nextcloud/guide.en-ie.md | 6 +++--- .../object_storage/s3_nextcloud/guide.en-sg.md | 6 +++--- .../object_storage/s3_nextcloud/guide.en-us.md | 6 +++--- .../object_storage/s3_nextcloud/guide.es-es.md | 6 +++--- .../object_storage/s3_nextcloud/guide.es-us.md | 6 +++--- .../object_storage/s3_nextcloud/guide.fr-ca.md | 2 +- .../object_storage/s3_nextcloud/guide.fr-fr.md | 2 +- .../object_storage/s3_nextcloud/guide.it-it.md | 6 +++--- .../object_storage/s3_nextcloud/guide.pl-pl.md | 6 +++--- .../object_storage/s3_nextcloud/guide.pt-pt.md | 6 +++--- 14 files changed, 38 insertions(+), 38 deletions(-) diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.de-de.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.de-de.md index f1c4411f4b8..7aa28679440 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.de-de.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.de-de.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-asia.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-asia.md index e44e9ad1a89..ba8dd769938 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-asia.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-asia.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-au.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-au.md index e786850ec41..fae93a45098 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-au.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-au.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ca.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ca.md index 3674b26d1d1..42954604c88 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ca.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ca.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ie.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ie.md index be8147ea118..64b8bc1d841 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-ie.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-sg.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-sg.md index 314ec2029c6..d847e274972 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-sg.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-sg.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-us.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-us.md index 2f1112ccb53..210c24ffa36 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-us.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.en-us.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-es.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-es.md index 0a479729dc7..94e9cf31b8c 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-es.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-es.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-us.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-us.md index fe76abd231a..5e6aec12564 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-us.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.es-us.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-ca.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-ca.md index e64b08d87a3..8142f6425b4 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-ca.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-ca.md @@ -56,7 +56,7 @@ Cliquez sur votre avatar en haut à droite puis sur `Settings`{.action}. 2. Créez un stockage de type *Amazon S3* 3. Nommez votre dossier de destination 4. Indiquez le nom de votre bucket -5. Définissez l'hôte comme tel : `s3..perf.cloud.ovh.net` +5. Définissez l'hôte comme tel : `s3..io.cloud.ovh.net` 6. Définissez le port : 443 7. Indiquez la région 8. Activez SSL diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-fr.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-fr.md index eb51025dde0..b6b683fa7c6 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-fr.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.fr-fr.md @@ -56,7 +56,7 @@ Cliquez sur votre avatar en haut à droite puis sur `Settings`{.action}. 2. Créez un stockage de type *Amazon S3* 3. Nommez votre dossier de destination 4. Indiquez le nom de votre bucket -5. Définissez l'hôte comme tel : `s3..perf.cloud.ovh.net` +5. Définissez l'hôte comme tel : `s3..io.cloud.ovh.net` 6. Définissez le port : 443 7. Indiquez la région 8. Activez SSL diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.it-it.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.it-it.md index d7e4ff6e16e..70642cf5d6c 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.it-it.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.it-it.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pl-pl.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pl-pl.md index 1558a07cea0..2381d83b915 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pl-pl.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pl-pl.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', diff --git a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pt-pt.md b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pt-pt.md index 3f971d7efb8..8a6dcc26e3a 100644 --- a/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pt-pt.md +++ b/pages/storage_and_backup/object_storage/s3_nextcloud/guide.pt-pt.md @@ -56,7 +56,7 @@ Click on your avatar at the top right then on `Settings`{.action}. 2. Create an *Amazon S3* storage type. 3. Name your destination folder 4. Specify the name of your bucket -5. Set the host as: `s3..perf.cloud.ovh.net` +5. Set the host as: `s3..io.cloud.ovh.net` 6. Set the port to 443 7. Specify the region 8. Activate SSL @@ -110,7 +110,7 @@ Mount your S3 bucket on Nextcloud as a **OVH_hp-bucket** mount point: ```bash $ php occ files_external:create -c bucket=hp-bucket \ - -c hostname=s3..perf.cloud.ovh.net \ + -c hostname=s3..io.cloud.ovh.net \ -c region= \ -c use_ssl=true \ -c use_path_style=false \ @@ -169,7 +169,7 @@ Edit your `config/config.php` file and add: 'autocreate' => true, 'key' => 'xxxxxxxxxxxxxxxxxxxx', 'secret' => 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy', - 'hostname' => 's3..perf.cloud.ovh.net', + 'hostname' => 's3..io.cloud.ovh.net', 'port' => 443, 'use_ssl' => true, 'region' => '', From d6fea7df239badf7442fb30bae4515e55b0673e6 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke Date: Wed, 24 Apr 2024 16:12:55 +0200 Subject: [PATCH 10/27] Add duplos --- .../object_storage/s3_owncloud/guide.de-de.md | 2 +- .../object_storage/s3_owncloud/guide.en-asia.md | 2 +- .../object_storage/s3_owncloud/guide.en-au.md | 2 +- .../object_storage/s3_owncloud/guide.en-ca.md | 2 +- .../object_storage/s3_owncloud/guide.en-ie.md | 2 +- .../object_storage/s3_owncloud/guide.en-sg.md | 2 +- .../object_storage/s3_owncloud/guide.en-us.md | 2 +- .../object_storage/s3_owncloud/guide.es-es.md | 2 +- .../object_storage/s3_owncloud/guide.es-us.md | 2 +- .../object_storage/s3_owncloud/guide.fr-ca.md | 2 +- .../object_storage/s3_owncloud/guide.fr-fr.md | 2 +- .../object_storage/s3_owncloud/guide.it-it.md | 2 +- .../object_storage/s3_owncloud/guide.pl-pl.md | 2 +- .../object_storage/s3_owncloud/guide.pt-pt.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.de-de.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.de-de.md index 483cea4f3ac..798c8d7e0e4 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.de-de.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.de-de.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-asia.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-asia.md index a4647bca0eb..ca1ecfeab1d 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-asia.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-asia.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-au.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-au.md index ffbb9eeba9c..637a7bb080b 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-au.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-au.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-ca.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-ca.md index 808e5ab41e7..f639c028828 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-ca.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-ca.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-ie.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-ie.md index 495e4b16459..d700b70b3de 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-ie.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-sg.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-sg.md index e2a1115e356..0a5a89c717d 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-sg.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-sg.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-us.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-us.md index f214c52284d..175e1b8e048 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-us.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.en-us.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.es-es.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.es-es.md index 06b6c1d9cbc..35175982f2a 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.es-es.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.es-es.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.es-us.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.es-us.md index 00e11c4362b..c21e77b6f59 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.es-us.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.es-us.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.fr-ca.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.fr-ca.md index c5da5ed9560..ce2ac0feef0 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.fr-ca.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.fr-ca.md @@ -60,7 +60,7 @@ Puis : Renseignez les informations suivantes : 1. Indiquez le nom de votre bucket -2. Définissez l'hôte comme tel : `s3..perf.cloud.ovh.net` +2. Définissez l'hôte comme tel : `s3..io.cloud.ovh.net` 3. Définissez le port : 443 4. Indiquez la région 5. Activez SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.fr-fr.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.fr-fr.md index 6792144ddee..6dfcf91dade 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.fr-fr.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.fr-fr.md @@ -60,7 +60,7 @@ Puis : Renseignez les informations suivantes : 1. Indiquez le nom de votre bucket -2. Définissez l'hôte comme tel : `s3..perf.cloud.ovh.net` +2. Définissez l'hôte comme tel : `s3..io.cloud.ovh.net` 3. Définissez le port : 443 4. Indiquez la région 5. Activez SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.it-it.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.it-it.md index 6b7351f2deb..c5e29e07dee 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.it-it.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.it-it.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.pl-pl.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.pl-pl.md index ec47e1bc17b..c828147dbcc 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.pl-pl.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.pl-pl.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL diff --git a/pages/storage_and_backup/object_storage/s3_owncloud/guide.pt-pt.md b/pages/storage_and_backup/object_storage/s3_owncloud/guide.pt-pt.md index 42b494f949c..2bf3fdba43b 100644 --- a/pages/storage_and_backup/object_storage/s3_owncloud/guide.pt-pt.md +++ b/pages/storage_and_backup/object_storage/s3_owncloud/guide.pt-pt.md @@ -60,7 +60,7 @@ Then : Fill in the following information: 1. Enter the name of your bucket -2. Set the host as: `s3..perf.cloud.ovh.net` +2. Set the host as: `s3..io.cloud.ovh.net` 3. Set the port to 443 4. Specify the region 5. Activate SSL From d2bb7bca3bda31130f633e5ab1fb3a4877eb6b39 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke Date: Wed, 24 Apr 2024 16:14:03 +0200 Subject: [PATCH 11/27] Add duplos --- .../storage_and_backup/object_storage/s3_rclone/guide.de-de.md | 2 +- .../object_storage/s3_rclone/guide.en-asia.md | 2 +- .../storage_and_backup/object_storage/s3_rclone/guide.en-au.md | 2 +- .../storage_and_backup/object_storage/s3_rclone/guide.en-ca.md | 2 +- .../storage_and_backup/object_storage/s3_rclone/guide.en-ie.md | 2 +- .../storage_and_backup/object_storage/s3_rclone/guide.en-sg.md | 2 +- .../storage_and_backup/object_storage/s3_rclone/guide.en-us.md | 2 +- .../storage_and_backup/object_storage/s3_rclone/guide.es-es.md | 2 +- .../storage_and_backup/object_storage/s3_rclone/guide.es-us.md | 2 +- .../storage_and_backup/object_storage/s3_rclone/guide.fr-ca.md | 2 +- .../storage_and_backup/object_storage/s3_rclone/guide.fr-fr.md | 2 +- .../storage_and_backup/object_storage/s3_rclone/guide.it-it.md | 2 +- .../storage_and_backup/object_storage/s3_rclone/guide.pl-pl.md | 2 +- .../storage_and_backup/object_storage/s3_rclone/guide.pt-pt.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.de-de.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.de-de.md index d9fe61c7160..023dc490bf0 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.de-de.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.de-de.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-asia.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-asia.md index 94f068bbcc9..744dc0552bf 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-asia.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-asia.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-au.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-au.md index 9e9ed4f3e68..e6e16a8f7b6 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-au.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-au.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-ca.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-ca.md index f42c3242e61..9e48e0601a3 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-ca.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-ca.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-ie.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-ie.md index f32ab88cb7d..71ac8dbc7ff 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-ie.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-sg.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-sg.md index 05143cb7ada..9ff5419496f 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-sg.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-sg.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-us.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-us.md index 9cd29826e09..dc9d5ecb814 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.en-us.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.en-us.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.es-es.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.es-es.md index a486d17fd5d..dd8d291f16c 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.es-es.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.es-es.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.es-us.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.es-us.md index dd45f752a06..c295468d377 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.es-us.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.es-us.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.fr-ca.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.fr-ca.md index 0f7751c6977..eb59b7ec349 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.fr-ca.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.fr-ca.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.fr-fr.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.fr-fr.md index b6f39c5b22f..a24e91193b3 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.fr-fr.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.fr-fr.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.it-it.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.it-it.md index 8ce17238298..f50d84ae421 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.it-it.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.it-it.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.pl-pl.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.pl-pl.md index a921ac0ce7c..90bcb543e12 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.pl-pl.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.pl-pl.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = diff --git a/pages/storage_and_backup/object_storage/s3_rclone/guide.pt-pt.md b/pages/storage_and_backup/object_storage/s3_rclone/guide.pt-pt.md index a19b4d48e5b..c65298e80f7 100644 --- a/pages/storage_and_backup/object_storage/s3_rclone/guide.pt-pt.md +++ b/pages/storage_and_backup/object_storage/s3_rclone/guide.pt-pt.md @@ -41,7 +41,7 @@ provider = Other env_auth = false access_key_id = secret_access_key = -endpoint = https://s3..perf.cloud.ovh.net +endpoint = https://s3..io.cloud.ovh.net acl = private region = location_constraint = From 9453dc34e2113337493aa71e8417b0c67a8c255d Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke Date: Wed, 24 Apr 2024 16:19:27 +0200 Subject: [PATCH 12/27] Add duplos --- .../object_storage/s3_s3cmd/guide.de-de.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.en-asia.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.en-au.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.en-ca.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.en-ie.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.en-sg.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.en-us.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.es-es.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.es-us.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.fr-ca.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.fr-fr.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.it-it.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.pl-pl.md | 8 ++++---- .../object_storage/s3_s3cmd/guide.pt-pt.md | 8 ++++---- 14 files changed, 56 insertions(+), 56 deletions(-) diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.de-de.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.de-de.md index 4c28501f770..74e8ca34b92 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.de-de.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.de-de.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-asia.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-asia.md index 844cdee9403..19e33c710fc 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-asia.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-asia.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-au.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-au.md index a566417761a..684104fdcaa 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-au.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-au.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ca.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ca.md index 271f5d68f48..7402c7861f7 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ca.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ca.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ie.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ie.md index 879c1b8ed88..53fd65ebf56 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-ie.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-sg.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-sg.md index 58b008462f9..622f403aba2 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-sg.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-sg.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-us.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-us.md index 709a9f6cb57..e0bc7036a30 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-us.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.en-us.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-es.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-es.md index da14d21d269..01fabb9c588 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-es.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-es.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-us.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-us.md index d1607874a62..2fe1e89b22f 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-us.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.es-us.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-ca.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-ca.md index 2ce28709288..87a62d2a6ee 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-ca.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-ca.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-fr.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-fr.md index d12a74cff95..8c511bfd628 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-fr.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.fr-fr.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.it-it.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.it-it.md index 90578784122..f14f078d6a7 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.it-it.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.it-it.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pl-pl.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pl-pl.md index c26b44f3c08..2a657b487f5 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pl-pl.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pl-pl.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True diff --git a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pt-pt.md b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pt-pt.md index 499fc67c0fb..739eb423d71 100644 --- a/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pt-pt.md +++ b/pages/storage_and_backup/object_storage/s3_s3cmd/guide.pt-pt.md @@ -46,11 +46,11 @@ Secret Key: `` Default Region [US]: `` Use "s3.amazonaws.com" for S3 Endpoint and not modify it to the target Amazon S3. -S3 Endpoint [s3.amazonaws.com]: `s3..perf.cloud.ovh.net` +S3 Endpoint [s3.amazonaws.com]: `s3..io.cloud.ovh.net` Use "%(bucket)s.s3.amazonaws.com" to the target Amazon S3. "%(bucket)s" and "%(location)s" vars can be used if the target S3 system supports dns based buckets. -DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..perf.cloud.ovh.net` +DNS-style bucket+hostname:port template for accessing a bucket [%(bucket)s.s3.amazonaws.com]: `.s3..io.cloud.ovh.net` Encryption password is used to protect your files from reading by unauthorized persons while in transfer to S3 @@ -69,8 +69,8 @@ New settings: Access Key: ACCESS_KEY Secret Key: SECRET_KEY Default Region: sbg - S3 Endpoint: s3.sbg.perf.cloud.ovh.net - DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.perf.cloud.ovh.net + S3 Endpoint: s3.sbg.io.cloud.ovh.net + DNS-style bucket+hostname:port template for accessing a bucket: hp-bucket.s3.sbg.io.cloud.ovh.net Encryption password: passphrase Path to GPG program: /usr/bin/gpg Use HTTPS protocol: True From 3d79c912cec78b585a6efa2ec0b283f1d0a3f219 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke Date: Wed, 24 Apr 2024 16:21:59 +0200 Subject: [PATCH 13/27] Add duplos --- .../object_storage/s3_website/guide.de-de.md | 6 +----- .../object_storage/s3_website/guide.en-asia.md | 6 +----- .../object_storage/s3_website/guide.en-au.md | 6 +----- .../object_storage/s3_website/guide.en-ca.md | 6 +----- .../object_storage/s3_website/guide.en-ie.md | 6 +----- .../object_storage/s3_website/guide.en-sg.md | 6 +----- .../object_storage/s3_website/guide.en-us.md | 6 +----- .../object_storage/s3_website/guide.es-es.md | 6 +----- .../object_storage/s3_website/guide.es-us.md | 6 +----- .../object_storage/s3_website/guide.fr-ca.md | 6 +----- .../object_storage/s3_website/guide.fr-fr.md | 6 +----- .../object_storage/s3_website/guide.it-it.md | 6 +----- .../object_storage/s3_website/guide.pl-pl.md | 6 +----- .../object_storage/s3_website/guide.pt-pt.md | 6 +----- 14 files changed, 14 insertions(+), 70 deletions(-) diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.de-de.md b/pages/storage_and_backup/object_storage/s3_website/guide.de-de.md index a72a4b04ce6..52ed41d0fd6 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.de-de.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.de-de.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.en-asia.md b/pages/storage_and_backup/object_storage/s3_website/guide.en-asia.md index 7661738f26f..47f6b2756a1 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.en-asia.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.en-asia.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.en-au.md b/pages/storage_and_backup/object_storage/s3_website/guide.en-au.md index a6fb10d3bb4..3cf1e5db1a5 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.en-au.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.en-au.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.en-ca.md b/pages/storage_and_backup/object_storage/s3_website/guide.en-ca.md index aa85c8e98ce..23095112b50 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.en-ca.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.en-ca.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.en-ie.md b/pages/storage_and_backup/object_storage/s3_website/guide.en-ie.md index 3d70b4cc252..b83c9a1f38e 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.en-ie.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.en-ie.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.en-sg.md b/pages/storage_and_backup/object_storage/s3_website/guide.en-sg.md index cff0e4f5aab..6bd7a6d30f6 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.en-sg.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.en-sg.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.en-us.md b/pages/storage_and_backup/object_storage/s3_website/guide.en-us.md index ffae7627479..b2aef99b4f9 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.en-us.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.en-us.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.es-es.md b/pages/storage_and_backup/object_storage/s3_website/guide.es-es.md index bee2b9137d3..4de7b1cfbaf 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.es-es.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.es-es.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.es-us.md b/pages/storage_and_backup/object_storage/s3_website/guide.es-us.md index fad4c74035b..fd992974b8b 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.es-us.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.es-us.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.fr-ca.md b/pages/storage_and_backup/object_storage/s3_website/guide.fr-ca.md index b9244d428aa..75ebd4b1af8 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.fr-ca.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.fr-ca.md @@ -65,13 +65,9 @@ Une fois la configuration du site web téléversée avec succès, vous pouvez te Le endpoint par défaut dépendra de la région de votre bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Où `storage_class` est : - -- "io" si vous utilisez un bucket standard. -- "perf" si vous utilisez un bucket High Performance. > [!primary] > Si vous souhaitez utiliser un endpoint personnalisé, vous devrez fournir votre propre nom de domaine. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.fr-fr.md b/pages/storage_and_backup/object_storage/s3_website/guide.fr-fr.md index ed0a09a8525..565732f6b3f 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.fr-fr.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.fr-fr.md @@ -65,13 +65,9 @@ Une fois la configuration du site web téléversée avec succès, vous pouvez te Le endpoint par défaut dépendra de la région de votre bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Où `storage_class` est : - -- "io" si vous utilisez un bucket standard. -- "perf" si vous utilisez un bucket High Performance. > [!primary] > Si vous souhaitez utiliser un endpoint personnalisé, vous devrez fournir votre propre nom de domaine. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.it-it.md b/pages/storage_and_backup/object_storage/s3_website/guide.it-it.md index 88e0b41395a..8366ac13f2a 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.it-it.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.it-it.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.pl-pl.md b/pages/storage_and_backup/object_storage/s3_website/guide.pl-pl.md index 3d06a588fbe..f65a1376fda 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.pl-pl.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.pl-pl.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. diff --git a/pages/storage_and_backup/object_storage/s3_website/guide.pt-pt.md b/pages/storage_and_backup/object_storage/s3_website/guide.pt-pt.md index bc9700c484f..b1cafa028c2 100644 --- a/pages/storage_and_backup/object_storage/s3_website/guide.pt-pt.md +++ b/pages/storage_and_backup/object_storage/s3_website/guide.pt-pt.md @@ -65,13 +65,9 @@ Once the website configuration has been successfully uploaded, you can test the The default endpoint will depend on the region of your bucket. ```sh -http://{bucket-name}.s3-website.{region}.{storage_class}.cloud.ovh.net +http://{bucket-name}.s3-website.{region}.io.cloud.ovh.net ``` -Where `storage_class` is: - -- "io" if you are using a standard bucket. -- "perf" if you are using a high perf bucket. > [!primary] > If you want to use a custom endpoint, you will have to provide your own domain name. From a435e6a3aab058e60dcd31a6bf04283c8397f02e Mon Sep 17 00:00:00 2001 From: Yoann Cosse Date: Tue, 7 May 2024 13:59:24 +0200 Subject: [PATCH 14/27] Minor fixes and dates update --- .../object_storage/s3_location/guide.de-de.md | 4 +--- .../object_storage/s3_location/guide.en-asia.md | 4 +--- .../object_storage/s3_location/guide.en-au.md | 4 +--- .../object_storage/s3_location/guide.en-ca.md | 4 +--- .../object_storage/s3_location/guide.en-gb.md | 4 +--- .../object_storage/s3_location/guide.en-ie.md | 4 +--- .../object_storage/s3_location/guide.en-sg.md | 4 +--- .../object_storage/s3_location/guide.en-us.md | 4 +--- .../object_storage/s3_location/guide.es-es.md | 4 +--- .../object_storage/s3_location/guide.es-us.md | 4 +--- .../object_storage/s3_location/guide.fr-ca.md | 6 +++--- .../object_storage/s3_location/guide.fr-fr.md | 6 +++--- .../object_storage/s3_location/guide.it-it.md | 4 +--- .../object_storage/s3_location/guide.pl-pl.md | 4 +--- .../object_storage/s3_location/guide.pt-pt.md | 4 +--- .../object_storage/s3_nextcloud/guide.de-de.md | 2 +- .../object_storage/s3_nextcloud/guide.en-asia.md | 2 +- .../object_storage/s3_nextcloud/guide.en-au.md | 2 +- .../object_storage/s3_nextcloud/guide.en-ca.md | 2 +- .../object_storage/s3_nextcloud/guide.en-gb.md | 2 +- .../object_storage/s3_nextcloud/guide.en-ie.md | 2 +- .../object_storage/s3_nextcloud/guide.en-sg.md | 2 +- .../object_storage/s3_nextcloud/guide.en-us.md | 2 +- .../object_storage/s3_nextcloud/guide.es-es.md | 2 +- .../object_storage/s3_nextcloud/guide.es-us.md | 2 +- .../object_storage/s3_nextcloud/guide.fr-ca.md | 6 +++--- .../object_storage/s3_nextcloud/guide.fr-fr.md | 6 +++--- .../object_storage/s3_nextcloud/guide.it-it.md | 2 +- .../object_storage/s3_nextcloud/guide.pl-pl.md | 2 +- .../object_storage/s3_nextcloud/guide.pt-pt.md | 2 +- .../object_storage/s3_owncloud/guide.de-de.md | 2 +- .../object_storage/s3_owncloud/guide.en-asia.md | 2 +- .../object_storage/s3_owncloud/guide.en-au.md | 2 +- .../object_storage/s3_owncloud/guide.en-ca.md | 2 +- .../object_storage/s3_owncloud/guide.en-gb.md | 2 +- .../object_storage/s3_owncloud/guide.en-ie.md | 2 +- .../object_storage/s3_owncloud/guide.en-sg.md | 2 +- .../object_storage/s3_owncloud/guide.en-us.md | 2 +- .../object_storage/s3_owncloud/guide.es-es.md | 2 +- .../object_storage/s3_owncloud/guide.es-us.md | 2 +- .../object_storage/s3_owncloud/guide.fr-ca.md | 2 +- .../object_storage/s3_owncloud/guide.fr-fr.md | 2 +- .../object_storage/s3_owncloud/guide.it-it.md | 2 +- .../object_storage/s3_owncloud/guide.pl-pl.md | 2 +- .../object_storage/s3_owncloud/guide.pt-pt.md | 2 +- .../object_storage/s3_rclone/guide.de-de.md | 2 +- .../object_storage/s3_rclone/guide.en-asia.md | 2 +- .../object_storage/s3_rclone/guide.en-au.md | 2 +- .../object_storage/s3_rclone/guide.en-ca.md | 2 +- .../object_storage/s3_rclone/guide.en-gb.md | 2 +- .../object_storage/s3_rclone/guide.en-ie.md | 2 +- .../object_storage/s3_rclone/guide.en-sg.md | 2 +- .../object_storage/s3_rclone/guide.en-us.md | 2 +- .../object_storage/s3_rclone/guide.es-es.md | 2 +- .../object_storage/s3_rclone/guide.es-us.md | 2 +- .../object_storage/s3_rclone/guide.fr-ca.md | 2 +- .../object_storage/s3_rclone/guide.fr-fr.md | 2 +- .../object_storage/s3_rclone/guide.it-it.md | 2 +- .../object_storage/s3_rclone/guide.pl-pl.md | 2 +- .../object_storage/s3_rclone/guide.pt-pt.md | 2 +- .../object_storage/s3_s3cmd/guide.de-de.md | 2 +- .../object_storage/s3_s3cmd/guide.en-asia.md | 2 +- .../object_storage/s3_s3cmd/guide.en-au.md | 2 +- .../object_storage/s3_s3cmd/guide.en-ca.md | 2 +- .../object_storage/s3_s3cmd/guide.en-gb.md | 2 +- .../object_storage/s3_s3cmd/guide.en-ie.md | 2 +- .../object_storage/s3_s3cmd/guide.en-sg.md | 2 +- .../object_storage/s3_s3cmd/guide.en-us.md | 2 +- .../object_storage/s3_s3cmd/guide.es-es.md | 2 +- .../object_storage/s3_s3cmd/guide.es-us.md | 2 +- .../object_storage/s3_s3cmd/guide.fr-ca.md | 2 +- .../object_storage/s3_s3cmd/guide.fr-fr.md | 2 +- .../object_storage/s3_s3cmd/guide.it-it.md | 2 +- .../object_storage/s3_s3cmd/guide.pl-pl.md | 2 +- .../object_storage/s3_s3cmd/guide.pt-pt.md | 2 +- .../object_storage/s3_website/guide.de-de.md | 2 +- .../object_storage/s3_website/guide.en-asia.md | 2 +- .../object_storage/s3_website/guide.en-au.md | 2 +- .../object_storage/s3_website/guide.en-ca.md | 2 +- .../object_storage/s3_website/guide.en-gb.md | 2 +- .../object_storage/s3_website/guide.en-ie.md | 2 +- .../object_storage/s3_website/guide.en-sg.md | 2 +- .../object_storage/s3_website/guide.en-us.md | 2 +- .../object_storage/s3_website/guide.es-es.md | 2 +- .../object_storage/s3_website/guide.es-us.md | 2 +- .../object_storage/s3_website/guide.fr-ca.md | 2 +- .../object_storage/s3_website/guide.fr-fr.md | 2 +- .../object_storage/s3_website/guide.it-it.md | 2 +- .../object_storage/s3_website/guide.pl-pl.md | 2 +- .../object_storage/s3_website/guide.pt-pt.md | 2 +- 90 files changed, 98 insertions(+), 124 deletions(-) diff --git a/pages/storage_and_backup/object_storage/s3_location/guide.de-de.md b/pages/storage_and_backup/object_storage/s3_location/guide.de-de.md index ea4f60af23a..f392a114435 100644 --- a/pages/storage_and_backup/object_storage/s3_location/guide.de-de.md +++ b/pages/storage_and_backup/object_storage/s3_location/guide.de-de.md @@ -1,6 +1,6 @@ --- title: Object Storage - Endpunkte und Objektspeicher mit Geo-Verfügbarkeit (EN) -updated: 2024-03-01 +updated: 2024-05-13 ---