Skip to content

Commit 2fd635f

Browse files
committed
feat-s3 managing object lock): add info
1 parent ff449e1 commit 2fd635f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ The result should look like this:
152152

153153
### How to configure an Object Lock retention period on an object
154154

155+
> [!primary]
156+
>
157+
> Before configuring an Object Lock retention period on an object, ensure that the appropriate permissions are granted. Specifically, the user must have the "s3:PutObjectRetention" action allowed in their IAM policy to set the retention period successfully.
158+
>
159+
155160
To set an object retention configuration on an object:
156161

157162
```bash
@@ -204,6 +209,11 @@ aws s3api delete-object \
204209

205210
### How to configure an Object Lock Legal hold on an object
206211

212+
> [!primary]
213+
>
214+
> Before placing an object under Legal Hold, ensure that the necessary permissions are granted. The user must have the "s3:PutObjectLegalHold" permission to apply or remove a Legal Hold.
215+
>
216+
207217
To set a Legal hold configuration to the specified object:
208218

209219
```bash

pages/storage_and_backup/object_storage/s3_managing_object_lock/guide.fr-fr.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ Le résultat devrait ressembler à ceci :
152152

153153
### Comment configurer une période de rétention sur un objet
154154

155+
> [!primary]
156+
>
157+
> Avant de configurer une période de rétention Object Lock sur un objet, assurez-vous que les permissions appropriées sont accordées. Plus précisément, l’utilisateur doit avoir l’autorisation "s3:PutObjectRetention" dans sa politique IAM pour définir la période de rétention avec succès.
158+
>
159+
155160
Pour appliquer une configuration de rétention sur un objet :
156161

157162
```bash
@@ -204,6 +209,11 @@ aws s3api delete-object \
204209

205210
### Comment configurer Object Lock Legal hold sur un objet
206211

212+
> [!primary]
213+
>
214+
> Avant de placer un objet en Legal Hold, assurez-vous que les permissions nécessaires sont accordées. L’utilisateur doit avoir la permission "s3:PutObjectLegalHold" dans sa politique IAM pour appliquer ou supprimer un Legal Hold.
215+
>
216+
207217
Pour appliquer une configuration Legal hold à l'objet spécifié :
208218

209219
```bash

0 commit comments

Comments
 (0)