Skip to content

Commit 6d440f4

Browse files
authored
Merge pull request #8131 from ovh/lso_patch_replication_doc
Lso patch replication doc
2 parents ebaed51 + a4066b0 commit 6d440f4

File tree

15 files changed

+58
-120
lines changed

15 files changed

+58
-120
lines changed

pages/storage_and_backup/object_storage/s3_asynchronous_replication/guide.de-de.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Master asynchronous replication across your buckets (EN)
33
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
4-
updated: 2025-06-17
4+
updated: 2025-07-10
55
---
66

77
## Introduction
@@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
231231
> [!warning]
232232
> To replicate data in buckets with object lock on, you must have the following prerequisites:
233233
>
234+
> - Versioning must be enabled on both source and destination buckets.
234235
> - Object Lock must be enabled on both source and destination buckets.
235-
> - You must provide a token when uploading your replication configuration on the source bucket.
236236
>
237237
238-
You can obtain a token by [contacting our support team](https://help.ovhcloud.com/csm?id=csm_get_help). Once you are provided with a token, you can set it via the cli in the `--token` parameter of the `put-bucket-replication` command:
239-
240-
```bash
241-
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
242-
```
243-
244238
#### Example of replication configuration
245239
246240
Simple replication between 2 buckets:
@@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
498492
- Objects stored in the replica bucket are stored in an **Infrequent Access** class and are billed differently. View pricing on [this page](/links/public-cloud/prices). This class is designed for less frequently accessed data and allow you to reduce your overall Object Storage bill together with Standard-class performance level. This said, if the destination bucket storage class doesn’t suit your needs, you can choose another approach and use the asynchronous replication feature and manage the replication rule configuration by yourself.
499493
- The replica bucket and the replication rule configuration are then available for modification if needed.
500494
495+
### Offsite Replication Q&A
496+
501497
#### How can I access the option in the OVHcloud Control Panel?
502498
503499
When creating a new bucket/container in a **3-AZ region**, you will be asked if you want to activave or not the Offsite Replication option. If enabled, and because it relies on the asynchronous replication feature, the versioning will be automatically enabled too.

pages/storage_and_backup/object_storage/s3_asynchronous_replication/guide.en-asia.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Master asynchronous replication across your buckets
33
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
4-
updated: 2025-06-17
4+
updated: 2025-07-10
55
---
66

77
## Introduction
@@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
231231
> [!warning]
232232
> To replicate data in buckets with object lock on, you must have the following prerequisites:
233233
>
234+
> - Versioning must be enabled on both source and destination buckets.
234235
> - Object Lock must be enabled on both source and destination buckets.
235-
> - You must provide a token when uploading your replication configuration on the source bucket.
236236
>
237237
238-
You can obtain a token by [contacting our support team](https://help.ovhcloud.com/csm?id=csm_get_help). Once you are provided with a token, you can set it via the cli in the `--token` parameter of the `put-bucket-replication` command:
239-
240-
```bash
241-
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
242-
```
243-
244238
#### Example of replication configuration
245239
246240
Simple replication between 2 buckets:
@@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
498492
- Objects stored in the replica bucket are stored in an **Infrequent Access** class and are billed differently. View pricing on [this page](/links/public-cloud/prices). This class is designed for less frequently accessed data and allow you to reduce your overall Object Storage bill together with Standard-class performance level. This said, if the destination bucket storage class doesn’t suit your needs, you can choose another approach and use the asynchronous replication feature and manage the replication rule configuration by yourself.
499493
- The replica bucket and the replication rule configuration are then available for modification if needed.
500494
495+
### Offsite Replication Q&A
496+
501497
#### How can I access the option in the OVHcloud Control Panel?
502498
503499
When creating a new bucket/container in a **3-AZ region**, you will be asked if you want to activave or not the Offsite Replication option. If enabled, and because it relies on the asynchronous replication feature, the versioning will be automatically enabled too.

pages/storage_and_backup/object_storage/s3_asynchronous_replication/guide.en-au.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Master asynchronous replication across your buckets
33
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
4-
updated: 2025-06-17
4+
updated: 2025-07-10
55
---
66

77
## Introduction
@@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
231231
> [!warning]
232232
> To replicate data in buckets with object lock on, you must have the following prerequisites:
233233
>
234+
> - Versioning must be enabled on both source and destination buckets.
234235
> - Object Lock must be enabled on both source and destination buckets.
235-
> - You must provide a token when uploading your replication configuration on the source bucket.
236236
>
237237
238-
You can obtain a token by [contacting our support team](https://help.ovhcloud.com/csm?id=csm_get_help). Once you are provided with a token, you can set it via the cli in the `--token` parameter of the `put-bucket-replication` command:
239-
240-
```bash
241-
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
242-
```
243-
244238
#### Example of replication configuration
245239
246240
Simple replication between 2 buckets:
@@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
498492
- Objects stored in the replica bucket are stored in an **Infrequent Access** class and are billed differently. View pricing on [this page](/links/public-cloud/prices). This class is designed for less frequently accessed data and allow you to reduce your overall Object Storage bill together with Standard-class performance level. This said, if the destination bucket storage class doesn’t suit your needs, you can choose another approach and use the asynchronous replication feature and manage the replication rule configuration by yourself.
499493
- The replica bucket and the replication rule configuration are then available for modification if needed.
500494
495+
### Offsite Replication Q&A
496+
501497
#### How can I access the option in the OVHcloud Control Panel?
502498
503499
When creating a new bucket/container in a **3-AZ region**, you will be asked if you want to activave or not the Offsite Replication option. If enabled, and because it relies on the asynchronous replication feature, the versioning will be automatically enabled too.

pages/storage_and_backup/object_storage/s3_asynchronous_replication/guide.en-ca.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Master asynchronous replication across your buckets
33
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
4-
updated: 2025-06-17
4+
updated: 2025-07-10
55
---
66

77
## Introduction
@@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
231231
> [!warning]
232232
> To replicate data in buckets with object lock on, you must have the following prerequisites:
233233
>
234+
> - Versioning must be enabled on both source and destination buckets.
234235
> - Object Lock must be enabled on both source and destination buckets.
235-
> - You must provide a token when uploading your replication configuration on the source bucket.
236236
>
237237
238-
You can obtain a token by [contacting our support team](https://help.ovhcloud.com/csm?id=csm_get_help). Once you are provided with a token, you can set it via the cli in the `--token` parameter of the `put-bucket-replication` command:
239-
240-
```bash
241-
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
242-
```
243-
244238
#### Example of replication configuration
245239
246240
Simple replication between 2 buckets:
@@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
498492
- Objects stored in the replica bucket are stored in an **Infrequent Access** class and are billed differently. View pricing on [this page](/links/public-cloud/prices). This class is designed for less frequently accessed data and allow you to reduce your overall Object Storage bill together with Standard-class performance level. This said, if the destination bucket storage class doesn’t suit your needs, you can choose another approach and use the asynchronous replication feature and manage the replication rule configuration by yourself.
499493
- The replica bucket and the replication rule configuration are then available for modification if needed.
500494
495+
### Offsite Replication Q&A
496+
501497
#### How can I access the option in the OVHcloud Control Panel?
502498
503499
When creating a new bucket/container in a **3-AZ region**, you will be asked if you want to activave or not the Offsite Replication option. If enabled, and because it relies on the asynchronous replication feature, the versioning will be automatically enabled too.

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Master asynchronous replication across your buckets
33
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
4-
updated: 2025-06-17
4+
updated: 2025-07-10
55
---
66

77
## Introduction
@@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
231231
> [!warning]
232232
> To replicate data in buckets with object lock on, you must have the following prerequisites:
233233
>
234+
> - Versioning must be enabled on both source and destination buckets.
234235
> - Object Lock must be enabled on both source and destination buckets.
235-
> - You must provide a token when uploading your replication configuration on the source bucket.
236236
>
237237
238-
You can obtain a token by [contacting our support team](https://help.ovhcloud.com/csm?id=csm_get_help). Once you are provided with a token, you can set it via the cli in the `--token` parameter of the `put-bucket-replication` command:
239-
240-
```bash
241-
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
242-
```
243-
244238
#### Example of replication configuration
245239
246240
Simple replication between 2 buckets:

pages/storage_and_backup/object_storage/s3_asynchronous_replication/guide.en-ie.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Master asynchronous replication across your buckets
33
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
4-
updated: 2025-06-17
4+
updated: 2025-07-10
55
---
66

77
## Introduction
@@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
231231
> [!warning]
232232
> To replicate data in buckets with object lock on, you must have the following prerequisites:
233233
>
234+
> - Versioning must be enabled on both source and destination buckets.
234235
> - Object Lock must be enabled on both source and destination buckets.
235-
> - You must provide a token when uploading your replication configuration on the source bucket.
236236
>
237237
238-
You can obtain a token by [contacting our support team](https://help.ovhcloud.com/csm?id=csm_get_help). Once you are provided with a token, you can set it via the cli in the `--token` parameter of the `put-bucket-replication` command:
239-
240-
```bash
241-
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
242-
```
243-
244238
#### Example of replication configuration
245239
246240
Simple replication between 2 buckets:
@@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
498492
- Objects stored in the replica bucket are stored in an **Infrequent Access** class and are billed differently. View pricing on [this page](/links/public-cloud/prices). This class is designed for less frequently accessed data and allow you to reduce your overall Object Storage bill together with Standard-class performance level. This said, if the destination bucket storage class doesn’t suit your needs, you can choose another approach and use the asynchronous replication feature and manage the replication rule configuration by yourself.
499493
- The replica bucket and the replication rule configuration are then available for modification if needed.
500494
495+
### Offsite Replication Q&A
496+
501497
#### How can I access the option in the OVHcloud Control Panel?
502498
503499
When creating a new bucket/container in a **3-AZ region**, you will be asked if you want to activave or not the Offsite Replication option. If enabled, and because it relies on the asynchronous replication feature, the versioning will be automatically enabled too.

pages/storage_and_backup/object_storage/s3_asynchronous_replication/guide.en-sg.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Master asynchronous replication across your buckets
33
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
4-
updated: 2025-06-17
4+
updated: 2025-07-10
55
---
66

77
## Introduction
@@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
231231
> [!warning]
232232
> To replicate data in buckets with object lock on, you must have the following prerequisites:
233233
>
234+
> - Versioning must be enabled on both source and destination buckets.
234235
> - Object Lock must be enabled on both source and destination buckets.
235-
> - You must provide a token when uploading your replication configuration on the source bucket.
236236
>
237237
238-
You can obtain a token by [contacting our support team](https://help.ovhcloud.com/csm?id=csm_get_help). Once you are provided with a token, you can set it via the cli in the `--token` parameter of the `put-bucket-replication` command:
239-
240-
```bash
241-
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
242-
```
243-
244238
#### Example of replication configuration
245239
246240
Simple replication between 2 buckets:
@@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
498492
- Objects stored in the replica bucket are stored in an **Infrequent Access** class and are billed differently. View pricing on [this page](/links/public-cloud/prices). This class is designed for less frequently accessed data and allow you to reduce your overall Object Storage bill together with Standard-class performance level. This said, if the destination bucket storage class doesn’t suit your needs, you can choose another approach and use the asynchronous replication feature and manage the replication rule configuration by yourself.
499493
- The replica bucket and the replication rule configuration are then available for modification if needed.
500494
495+
### Offsite Replication Q&A
496+
501497
#### How can I access the option in the OVHcloud Control Panel?
502498
503499
When creating a new bucket/container in a **3-AZ region**, you will be asked if you want to activave or not the Offsite Replication option. If enabled, and because it relies on the asynchronous replication feature, the versioning will be automatically enabled too.

pages/storage_and_backup/object_storage/s3_asynchronous_replication/guide.en-us.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Master asynchronous replication across your buckets
33
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
4-
updated: 2025-06-17
4+
updated: 2025-07-10
55
---
66

77
## Introduction
@@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
231231
> [!warning]
232232
> To replicate data in buckets with object lock on, you must have the following prerequisites:
233233
>
234+
> - Versioning must be enabled on both source and destination buckets.
234235
> - Object Lock must be enabled on both source and destination buckets.
235-
> - You must provide a token when uploading your replication configuration on the source bucket.
236236
>
237237
238-
You can obtain a token by [contacting our support team](https://help.ovhcloud.com/csm?id=csm_get_help). Once you are provided with a token, you can set it via the cli in the `--token` parameter of the `put-bucket-replication` command:
239-
240-
```bash
241-
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
242-
```
243-
244238
#### Example of replication configuration
245239
246240
Simple replication between 2 buckets:
@@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
498492
- Objects stored in the replica bucket are stored in an **Infrequent Access** class and are billed differently. View pricing on [this page](/links/public-cloud/prices). This class is designed for less frequently accessed data and allow you to reduce your overall Object Storage bill together with Standard-class performance level. This said, if the destination bucket storage class doesn’t suit your needs, you can choose another approach and use the asynchronous replication feature and manage the replication rule configuration by yourself.
499493
- The replica bucket and the replication rule configuration are then available for modification if needed.
500494
495+
### Offsite Replication Q&A
496+
501497
#### How can I access the option in the OVHcloud Control Panel?
502498
503499
When creating a new bucket/container in a **3-AZ region**, you will be asked if you want to activave or not the Offsite Replication option. If enabled, and because it relies on the asynchronous replication feature, the versioning will be automatically enabled too.

pages/storage_and_backup/object_storage/s3_asynchronous_replication/guide.es-es.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Master asynchronous replication across your buckets (EN)
33
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
4-
updated: 2025-06-17
4+
updated: 2025-07-10
55
---
66

77
## Introduction
@@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
231231
> [!warning]
232232
> To replicate data in buckets with object lock on, you must have the following prerequisites:
233233
>
234+
> - Versioning must be enabled on both source and destination buckets.
234235
> - Object Lock must be enabled on both source and destination buckets.
235-
> - You must provide a token when uploading your replication configuration on the source bucket.
236236
>
237237
238-
You can obtain a token by [contacting our support team](https://help.ovhcloud.com/csm?id=csm_get_help). Once you are provided with a token, you can set it via the cli in the `--token` parameter of the `put-bucket-replication` command:
239-
240-
```bash
241-
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
242-
```
243-
244238
#### Example of replication configuration
245239
246240
Simple replication between 2 buckets:
@@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
498492
- Objects stored in the replica bucket are stored in an **Infrequent Access** class and are billed differently. View pricing on [this page](/links/public-cloud/prices). This class is designed for less frequently accessed data and allow you to reduce your overall Object Storage bill together with Standard-class performance level. This said, if the destination bucket storage class doesn’t suit your needs, you can choose another approach and use the asynchronous replication feature and manage the replication rule configuration by yourself.
499493
- The replica bucket and the replication rule configuration are then available for modification if needed.
500494
495+
### Offsite Replication Q&A
496+
501497
#### How can I access the option in the OVHcloud Control Panel?
502498
503499
When creating a new bucket/container in a **3-AZ region**, you will be asked if you want to activave or not the Offsite Replication option. If enabled, and because it relies on the asynchronous replication feature, the versioning will be automatically enabled too.

0 commit comments

Comments
 (0)