Skip to content

Lso patch replication doc #8131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Object Storage - Master asynchronous replication across your buckets (EN)
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
updated: 2025-06-17
updated: 2025-07-10
---

## Introduction
Expand Down Expand Up @@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
> [!warning]
> To replicate data in buckets with object lock on, you must have the following prerequisites:
>
> - Versioning must be enabled on both source and destination buckets.
> - Object Lock must be enabled on both source and destination buckets.
> - You must provide a token when uploading your replication configuration on the source bucket.
>

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:

```bash
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
```

#### Example of replication configuration

Simple replication between 2 buckets:
Expand Down Expand Up @@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
- 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.
- The replica bucket and the replication rule configuration are then available for modification if needed.

### Offsite Replication Q&A

#### How can I access the option in the OVHcloud Control Panel?

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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Object Storage - Master asynchronous replication across your buckets
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
updated: 2025-06-17
updated: 2025-07-10
---

## Introduction
Expand Down Expand Up @@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
> [!warning]
> To replicate data in buckets with object lock on, you must have the following prerequisites:
>
> - Versioning must be enabled on both source and destination buckets.
> - Object Lock must be enabled on both source and destination buckets.
> - You must provide a token when uploading your replication configuration on the source bucket.
>

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:

```bash
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
```

#### Example of replication configuration

Simple replication between 2 buckets:
Expand Down Expand Up @@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
- 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.
- The replica bucket and the replication rule configuration are then available for modification if needed.

### Offsite Replication Q&A

#### How can I access the option in the OVHcloud Control Panel?

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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Object Storage - Master asynchronous replication across your buckets
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
updated: 2025-06-17
updated: 2025-07-10
---

## Introduction
Expand Down Expand Up @@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
> [!warning]
> To replicate data in buckets with object lock on, you must have the following prerequisites:
>
> - Versioning must be enabled on both source and destination buckets.
> - Object Lock must be enabled on both source and destination buckets.
> - You must provide a token when uploading your replication configuration on the source bucket.
>

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:

```bash
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
```

#### Example of replication configuration

Simple replication between 2 buckets:
Expand Down Expand Up @@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
- 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.
- The replica bucket and the replication rule configuration are then available for modification if needed.

### Offsite Replication Q&A

#### How can I access the option in the OVHcloud Control Panel?

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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Object Storage - Master asynchronous replication across your buckets
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
updated: 2025-06-17
updated: 2025-07-10
---

## Introduction
Expand Down Expand Up @@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
> [!warning]
> To replicate data in buckets with object lock on, you must have the following prerequisites:
>
> - Versioning must be enabled on both source and destination buckets.
> - Object Lock must be enabled on both source and destination buckets.
> - You must provide a token when uploading your replication configuration on the source bucket.
>

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:

```bash
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
```

#### Example of replication configuration

Simple replication between 2 buckets:
Expand Down Expand Up @@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
- 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.
- The replica bucket and the replication rule configuration are then available for modification if needed.

### Offsite Replication Q&A

#### How can I access the option in the OVHcloud Control Panel?

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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Object Storage - Master asynchronous replication across your buckets
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
updated: 2025-06-17
updated: 2025-07-10
---

## Introduction
Expand Down Expand Up @@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
> [!warning]
> To replicate data in buckets with object lock on, you must have the following prerequisites:
>
> - Versioning must be enabled on both source and destination buckets.
> - Object Lock must be enabled on both source and destination buckets.
> - You must provide a token when uploading your replication configuration on the source bucket.
>

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:

```bash
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
```

#### Example of replication configuration

Simple replication between 2 buckets:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Object Storage - Master asynchronous replication across your buckets
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
updated: 2025-06-17
updated: 2025-07-10
---

## Introduction
Expand Down Expand Up @@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
> [!warning]
> To replicate data in buckets with object lock on, you must have the following prerequisites:
>
> - Versioning must be enabled on both source and destination buckets.
> - Object Lock must be enabled on both source and destination buckets.
> - You must provide a token when uploading your replication configuration on the source bucket.
>

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:

```bash
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
```

#### Example of replication configuration

Simple replication between 2 buckets:
Expand Down Expand Up @@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
- 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.
- The replica bucket and the replication rule configuration are then available for modification if needed.

### Offsite Replication Q&A

#### How can I access the option in the OVHcloud Control Panel?

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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Object Storage - Master asynchronous replication across your buckets
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
updated: 2025-06-17
updated: 2025-07-10
---

## Introduction
Expand Down Expand Up @@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
> [!warning]
> To replicate data in buckets with object lock on, you must have the following prerequisites:
>
> - Versioning must be enabled on both source and destination buckets.
> - Object Lock must be enabled on both source and destination buckets.
> - You must provide a token when uploading your replication configuration on the source bucket.
>

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:

```bash
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
```

#### Example of replication configuration

Simple replication between 2 buckets:
Expand Down Expand Up @@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
- 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.
- The replica bucket and the replication rule configuration are then available for modification if needed.

### Offsite Replication Q&A

#### How can I access the option in the OVHcloud Control Panel?

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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Object Storage - Master asynchronous replication across your buckets
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
updated: 2025-06-17
updated: 2025-07-10
---

## Introduction
Expand Down Expand Up @@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
> [!warning]
> To replicate data in buckets with object lock on, you must have the following prerequisites:
>
> - Versioning must be enabled on both source and destination buckets.
> - Object Lock must be enabled on both source and destination buckets.
> - You must provide a token when uploading your replication configuration on the source bucket.
>

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:

```bash
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
```

#### Example of replication configuration

Simple replication between 2 buckets:
Expand Down Expand Up @@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
- 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.
- The replica bucket and the replication rule configuration are then available for modification if needed.

### Offsite Replication Q&A

#### How can I access the option in the OVHcloud Control Panel?

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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Object Storage - Master asynchronous replication across your buckets (EN)
excerpt: Learn how to automate and manage object replication across buckets for enhanced data availability, redundancy, and compliance
updated: 2025-06-17
updated: 2025-07-10
---

## Introduction
Expand Down Expand Up @@ -231,16 +231,10 @@ Object Lock can be used with replication to enable automatic copying of locked o
> [!warning]
> To replicate data in buckets with object lock on, you must have the following prerequisites:
>
> - Versioning must be enabled on both source and destination buckets.
> - Object Lock must be enabled on both source and destination buckets.
> - You must provide a token when uploading your replication configuration on the source bucket.
>

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:

```bash
$AWS s3api put-bucket-replication --replication-configuration "file://path_to_replication_conf_file" --bucket bucket_name --token $TOKEN
```

#### Example of replication configuration

Simple replication between 2 buckets:
Expand Down Expand Up @@ -498,6 +492,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
- 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.
- The replica bucket and the replication rule configuration are then available for modification if needed.

### Offsite Replication Q&A

#### How can I access the option in the OVHcloud Control Panel?

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.
Expand Down
Loading