Skip to content

Commit ec98547

Browse files
authored
Update guide.en-gb.md
token is no longer needed to use replication in buckets with object lock
1 parent 7b21678 commit ec98547

File tree

1 file changed

+1
-6
lines changed
  • pages/storage_and_backup/object_storage/s3_asynchronous_replication

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -231,15 +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-
```
243238
244239
#### Example of replication configuration
245240

0 commit comments

Comments
 (0)