Skip to content

Commit dbc2268

Browse files
authored
Update guide.en-gb.md
changed title indentation for Offsite Replication
1 parent 4e25fc9 commit dbc2268

File tree

1 file changed

+7
-5
lines changed
  • pages/storage_and_backup/object_storage/s3_asynchronous_replication

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,9 +368,9 @@ Suppose the source bucket, `region1-destination-bucket` and `region2-destination
368368
> [!warning]
369369
> Versioning must be activated in source bucket and destination bucket(s).
370370
371-
### Using the CLI
371+
## Using the CLI
372372
373-
#### Create source and destination buckets
373+
### Create source and destination buckets
374374
375375
The source bucket is the bucket whose objects are automatically replicated and the destination bucket is the bucket which will contain your object replicas.
376376
@@ -386,7 +386,7 @@ $ aws s3 mb s3://my-source-bucket
386386
$ aws s3 mb s3://my-destination-bucket
387387
```
388388
389-
#### Activate versioning in source and destination bucket
389+
### Activate versioning in source and destination bucket
390390
391391
```bash
392392
$ aws s3api put-bucket-versioning --bucket <bucket_name> --versioning-configuration Status=Enabled
@@ -399,7 +399,7 @@ $ aws s3api put-bucket-versioning --bucket my-source-bucket --versioning-configu
399399
$ aws s3api put-bucket-versioning --bucket my-destination-bucket --versioning-configuration Status=Enabled
400400
```
401401
402-
#### Apply replication configuration
402+
### Apply replication configuration
403403
404404
Using the AWS CLI, replication configuration is applied on the source bucket.
405405
@@ -440,7 +440,7 @@ $ aws s3api put-bucket-replication --bucket <source> --replication-configuration
440440
}
441441
```
442442
443-
### Offsite Replication option in 3-AZ regions
443+
## Offsite Replication option in 3-AZ regions
444444
445445
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.
446446
This feature is only available for primary Object Storage in a 3-AZ region (to know more about existing 1-AZ and 3-AZ regions, see [Endpoints and Object Storage geoavailability](/pages/storage_and_backup/object_storage/s3_location)) and is based on an OVHcloud auto-generated and managed replication rule configuration:
@@ -449,6 +449,8 @@ This feature is only available for primary Object Storage in a 3-AZ region (to k
449449
- 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.
450450
- The replica bucket and the replication rule configuration are then available for modification if needed.
451451
452+
### Offsite Replication Q&A
453+
452454
#### How can I access the option in the OVHcloud Control Panel?
453455
454456
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)