Skip to content

Commit 1c086b6

Browse files
committed
Proofreading - Duplication - Reducing images size to 1400px
1 parent 42ca55e commit 1c086b6

27 files changed

+756
-128
lines changed

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

Lines changed: 54 additions & 5 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-04
4+
updated: 2025-06-17
55
---
66

77
## Introduction
@@ -60,19 +60,19 @@ At its core, the asynchronous replication is designed to facilitate several key
6060

6161
- **Exact replica creation**
6262

63-
![Schema 1](images/1.png)
63+
![Schema 1](images/1.png){.thumbnail}
6464

6565
- **Replicate data within the same region**
6666

67-
![Schema 2](images/2.png)
67+
![Schema 2](images/2.png){.thumbnail}
6868

6969
- **Replicate data to a different region**
7070

71-
![Schema 3](images/3.png)
71+
![Schema 3](images/3.png){.thumbnail}
7272

7373
- **Replicate data to two different regions**
7474

75-
![Schema 4](images/4.png)
75+
![Schema 4](images/4.png){.thumbnail}
7676

7777

7878
### What is replicated and what is not
@@ -440,6 +440,55 @@ $ aws s3api put-bucket-replication --bucket <source> --replication-configuration
440440
}
441441
```
442442
443+
### Using the OVHcloud Control Panel
444+
445+
#### Prerequisites
446+
447+
- A source and a destination bucket
448+
- Versioning **must** be activated on source **and** destination bucket
449+
450+
#### Apply replication configuration
451+
452+
Find your source bucket in the bucket listing.
453+
454+
Either open the menu and click on `Manage replication`{.action}.
455+
456+
![replication_screenshot_1](images/source-bucket-menu-EN.png){.thumbnail}
457+
458+
Or click directly on your bucket and click on `Manage replication`{.action}.
459+
460+
![replication_screenshot_2](images/source-bucket-details-EN.png){.thumbnail}
461+
462+
Choose `Add a replication rule`{.action}.
463+
464+
![replication_screenshot_3](images/replication-rules-EN.png){.thumbnail}
465+
466+
Specify a name for your rule to help identify it later. The name is required and must be unique within the bucket.
467+
468+
![replication_screenshot_4](images/replication-rule-creation-EN.png){.thumbnail}
469+
470+
You can specify a prefix and/or tags to limit the scope of the objects to be replicated.
471+
472+
> [!warning]
473+
> As a reminder, you cannot replicate delete markers if you are using tags to filter your objects.
474+
475+
Under **Destination**, select a destination bucket. The selected bucket must have versioning enabled and if object lock has been enabled on the source bucket then it also must be enabled on the destination bucket.
476+
477+
- By default, the objects will be replicated with the same storage class. However, you can choose to replicate the objects to another storage class.
478+
- If there are two or more rules with the same destination bucket, objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority.
479+
480+
Under **Status**, `Enabled` is selected by default. An enabled rule starts to work as soon as you save it. If you want to disable the rule at creation and activate it later, choose `Disabled`.
481+
482+
To finish, click on `Create the rule`{.action}.
483+
484+
![replication_screenshot_5](images/replication-rules-success-EN.png){.thumbnail}
485+
486+
#### Delete a replication rule
487+
488+
In the Replication rules management view, you can delete a rule from the menu.
489+
490+
![replication_screenshot_6](images/replication-rules-delete-EN.png){.thumbnail}
491+
443492
### Offsite Replication option in 3-AZ regions
444493
445494
With Object Storage in a 3-AZ region, we have introduced a new option called **Offsite Replication**, which simplifies the replication process and automatically replicates your data to a remote site for greater resiliency with a one-click action in the OVHcloud Control Panel.

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

Lines changed: 54 additions & 5 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-04
4+
updated: 2025-06-17
55
---
66

77
## Introduction
@@ -60,19 +60,19 @@ At its core, the asynchronous replication is designed to facilitate several key
6060

6161
- **Exact replica creation**
6262

63-
![Schema 1](images/1.png)
63+
![Schema 1](images/1.png){.thumbnail}
6464

6565
- **Replicate data within the same region**
6666

67-
![Schema 2](images/2.png)
67+
![Schema 2](images/2.png){.thumbnail}
6868

6969
- **Replicate data to a different region**
7070

71-
![Schema 3](images/3.png)
71+
![Schema 3](images/3.png){.thumbnail}
7272

7373
- **Replicate data to two different regions**
7474

75-
![Schema 4](images/4.png)
75+
![Schema 4](images/4.png){.thumbnail}
7676

7777

7878
### What is replicated and what is not
@@ -440,6 +440,55 @@ $ aws s3api put-bucket-replication --bucket <source> --replication-configuration
440440
}
441441
```
442442
443+
### Using the OVHcloud Control Panel
444+
445+
#### Prerequisites
446+
447+
- A source and a destination bucket
448+
- Versioning **must** be activated on source **and** destination bucket
449+
450+
#### Apply replication configuration
451+
452+
Find your source bucket in the bucket listing.
453+
454+
Either open the menu and click on `Manage replication`{.action}.
455+
456+
![replication_screenshot_1](images/source-bucket-menu-EN.png){.thumbnail}
457+
458+
Or click directly on your bucket and click on `Manage replication`{.action}.
459+
460+
![replication_screenshot_2](images/source-bucket-details-EN.png){.thumbnail}
461+
462+
Choose `Add a replication rule`{.action}.
463+
464+
![replication_screenshot_3](images/replication-rules-EN.png){.thumbnail}
465+
466+
Specify a name for your rule to help identify it later. The name is required and must be unique within the bucket.
467+
468+
![replication_screenshot_4](images/replication-rule-creation-EN.png){.thumbnail}
469+
470+
You can specify a prefix and/or tags to limit the scope of the objects to be replicated.
471+
472+
> [!warning]
473+
> As a reminder, you cannot replicate delete markers if you are using tags to filter your objects.
474+
475+
Under **Destination**, select a destination bucket. The selected bucket must have versioning enabled and if object lock has been enabled on the source bucket then it also must be enabled on the destination bucket.
476+
477+
- By default, the objects will be replicated with the same storage class. However, you can choose to replicate the objects to another storage class.
478+
- If there are two or more rules with the same destination bucket, objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority.
479+
480+
Under **Status**, `Enabled` is selected by default. An enabled rule starts to work as soon as you save it. If you want to disable the rule at creation and activate it later, choose `Disabled`.
481+
482+
To finish, click on `Create the rule`{.action}.
483+
484+
![replication_screenshot_5](images/replication-rules-success-EN.png){.thumbnail}
485+
486+
#### Delete a replication rule
487+
488+
In the Replication rules management view, you can delete a rule from the menu.
489+
490+
![replication_screenshot_6](images/replication-rules-delete-EN.png){.thumbnail}
491+
443492
### Offsite Replication option in 3-AZ regions
444493
445494
With Object Storage in a 3-AZ region, we have introduced a new option called **Offsite Replication**, which simplifies the replication process and automatically replicates your data to a remote site for greater resiliency with a one-click action in the OVHcloud Control Panel.

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

Lines changed: 54 additions & 5 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-04
4+
updated: 2025-06-17
55
---
66

77
## Introduction
@@ -60,19 +60,19 @@ At its core, the asynchronous replication is designed to facilitate several key
6060

6161
- **Exact replica creation**
6262

63-
![Schema 1](images/1.png)
63+
![Schema 1](images/1.png){.thumbnail}
6464

6565
- **Replicate data within the same region**
6666

67-
![Schema 2](images/2.png)
67+
![Schema 2](images/2.png){.thumbnail}
6868

6969
- **Replicate data to a different region**
7070

71-
![Schema 3](images/3.png)
71+
![Schema 3](images/3.png){.thumbnail}
7272

7373
- **Replicate data to two different regions**
7474

75-
![Schema 4](images/4.png)
75+
![Schema 4](images/4.png){.thumbnail}
7676

7777

7878
### What is replicated and what is not
@@ -440,6 +440,55 @@ $ aws s3api put-bucket-replication --bucket <source> --replication-configuration
440440
}
441441
```
442442
443+
### Using the OVHcloud Control Panel
444+
445+
#### Prerequisites
446+
447+
- A source and a destination bucket
448+
- Versioning **must** be activated on source **and** destination bucket
449+
450+
#### Apply replication configuration
451+
452+
Find your source bucket in the bucket listing.
453+
454+
Either open the menu and click on `Manage replication`{.action}.
455+
456+
![replication_screenshot_1](images/source-bucket-menu-EN.png){.thumbnail}
457+
458+
Or click directly on your bucket and click on `Manage replication`{.action}.
459+
460+
![replication_screenshot_2](images/source-bucket-details-EN.png){.thumbnail}
461+
462+
Choose `Add a replication rule`{.action}.
463+
464+
![replication_screenshot_3](images/replication-rules-EN.png){.thumbnail}
465+
466+
Specify a name for your rule to help identify it later. The name is required and must be unique within the bucket.
467+
468+
![replication_screenshot_4](images/replication-rule-creation-EN.png){.thumbnail}
469+
470+
You can specify a prefix and/or tags to limit the scope of the objects to be replicated.
471+
472+
> [!warning]
473+
> As a reminder, you cannot replicate delete markers if you are using tags to filter your objects.
474+
475+
Under **Destination**, select a destination bucket. The selected bucket must have versioning enabled and if object lock has been enabled on the source bucket then it also must be enabled on the destination bucket.
476+
477+
- By default, the objects will be replicated with the same storage class. However, you can choose to replicate the objects to another storage class.
478+
- If there are two or more rules with the same destination bucket, objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority.
479+
480+
Under **Status**, `Enabled` is selected by default. An enabled rule starts to work as soon as you save it. If you want to disable the rule at creation and activate it later, choose `Disabled`.
481+
482+
To finish, click on `Create the rule`{.action}.
483+
484+
![replication_screenshot_5](images/replication-rules-success-EN.png){.thumbnail}
485+
486+
#### Delete a replication rule
487+
488+
In the Replication rules management view, you can delete a rule from the menu.
489+
490+
![replication_screenshot_6](images/replication-rules-delete-EN.png){.thumbnail}
491+
443492
### Offsite Replication option in 3-AZ regions
444493
445494
With Object Storage in a 3-AZ region, we have introduced a new option called **Offsite Replication**, which simplifies the replication process and automatically replicates your data to a remote site for greater resiliency with a one-click action in the OVHcloud Control Panel.

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

Lines changed: 54 additions & 5 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-04
4+
updated: 2025-06-17
55
---
66

77
## Introduction
@@ -60,19 +60,19 @@ At its core, the asynchronous replication is designed to facilitate several key
6060

6161
- **Exact replica creation**
6262

63-
![Schema 1](images/1.png)
63+
![Schema 1](images/1.png){.thumbnail}
6464

6565
- **Replicate data within the same region**
6666

67-
![Schema 2](images/2.png)
67+
![Schema 2](images/2.png){.thumbnail}
6868

6969
- **Replicate data to a different region**
7070

71-
![Schema 3](images/3.png)
71+
![Schema 3](images/3.png){.thumbnail}
7272

7373
- **Replicate data to two different regions**
7474

75-
![Schema 4](images/4.png)
75+
![Schema 4](images/4.png){.thumbnail}
7676

7777

7878
### What is replicated and what is not
@@ -440,6 +440,55 @@ $ aws s3api put-bucket-replication --bucket <source> --replication-configuration
440440
}
441441
```
442442
443+
### Using the OVHcloud Control Panel
444+
445+
#### Prerequisites
446+
447+
- A source and a destination bucket
448+
- Versioning **must** be activated on source **and** destination bucket
449+
450+
#### Apply replication configuration
451+
452+
Find your source bucket in the bucket listing.
453+
454+
Either open the menu and click on `Manage replication`{.action}.
455+
456+
![replication_screenshot_1](images/source-bucket-menu-EN.png){.thumbnail}
457+
458+
Or click directly on your bucket and click on `Manage replication`{.action}.
459+
460+
![replication_screenshot_2](images/source-bucket-details-EN.png){.thumbnail}
461+
462+
Choose `Add a replication rule`{.action}.
463+
464+
![replication_screenshot_3](images/replication-rules-EN.png){.thumbnail}
465+
466+
Specify a name for your rule to help identify it later. The name is required and must be unique within the bucket.
467+
468+
![replication_screenshot_4](images/replication-rule-creation-EN.png){.thumbnail}
469+
470+
You can specify a prefix and/or tags to limit the scope of the objects to be replicated.
471+
472+
> [!warning]
473+
> As a reminder, you cannot replicate delete markers if you are using tags to filter your objects.
474+
475+
Under **Destination**, select a destination bucket. The selected bucket must have versioning enabled and if object lock has been enabled on the source bucket then it also must be enabled on the destination bucket.
476+
477+
- By default, the objects will be replicated with the same storage class. However, you can choose to replicate the objects to another storage class.
478+
- If there are two or more rules with the same destination bucket, objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority.
479+
480+
Under **Status**, `Enabled` is selected by default. An enabled rule starts to work as soon as you save it. If you want to disable the rule at creation and activate it later, choose `Disabled`.
481+
482+
To finish, click on `Create the rule`{.action}.
483+
484+
![replication_screenshot_5](images/replication-rules-success-EN.png){.thumbnail}
485+
486+
#### Delete a replication rule
487+
488+
In the Replication rules management view, you can delete a rule from the menu.
489+
490+
![replication_screenshot_6](images/replication-rules-delete-EN.png){.thumbnail}
491+
443492
### Offsite Replication option in 3-AZ regions
444493
445494
With Object Storage in a 3-AZ region, we have introduced a new option called **Offsite Replication**, which simplifies the replication process and automatically replicates your data to a remote site for greater resiliency with a one-click action in the OVHcloud Control Panel.

0 commit comments

Comments
 (0)