Skip to content

Commit 672f16d

Browse files
authored
Update guide.en-gb.md
added instructions to create a replication rule using the UI /!\ screenshots in EN have yet to be added
1 parent cb839a9 commit 672f16d

File tree

1 file changed

+54
-0
lines changed
  • pages/storage_and_backup/object_storage/s3_asynchronous_replication

1 file changed

+54
-0
lines changed

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

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,60 @@ $ aws s3api put-bucket-replication --bucket <source> --replication-configuration
440440
}
441441
```
442442
443+
### Using the web UI
444+
445+
#### Prerequisites
446+
* a source and a destination bucket
447+
* versioning **must** be activated on source **and** destination bucket
448+
449+
#### Apply replication configuration
450+
451+
Find your source bucket in the bucket listing.
452+
453+
Either open the menu and click on "Manage replication"
454+
455+
![replication_screenshot_1](images/source-bucket-menu-EN.png)
456+
457+
458+
Or click directly on your bucket and click on "Manage replication".
459+
460+
![replication_screenshot_2](images/source-bucket-details-EN.png)
461+
462+
463+
Choose "Add a replication rule".
464+
465+
466+
![replication_screenshot_3](images/replication-rules-EN.png)
467+
468+
469+
Specify a name for your rule to help identify it later. The name is required and must be unique within the bucket.
470+
471+
(screenshot of rule creation EN)
472+
473+
You can specify a prefix and/or tags to limit the scope of the objects to be replicated.
474+
475+
> [!warning]
476+
> As a reminder, you cannot replicate delete markers if you are using tags to filter your objects.
477+
478+
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.
479+
- By default, the objects will be replicated with the same storage class however, you can choose to replicate the objects to another storage class.
480+
- 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.
481+
482+
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**.
483+
484+
To finish, click on "Create the rule".
485+
486+
![replication_screenshot_5](images/replication-rules-success-EN.png)
487+
488+
489+
#### Delete a replication rule
490+
491+
In the Replication rules management view, you can delete a rule from the menu.
492+
493+
![replication_screenshot_6](images/replication-rules-delete-EN.png)
494+
495+
496+
443497
## Offsite Replication option in 3-AZ regions
444498
445499
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)