Skip to content

Commit 1a63336

Browse files
authored
Merge pull request #7681 from ovh/feat-objectlock-s3-info
feat(s3 managing object lock): add info
2 parents c77ef7a + 39ceb7f commit 1a63336

File tree

15 files changed

+165
-15
lines changed

15 files changed

+165
-15
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Verwaltung der Objektunveränderlichkeit mit der Objektsperre (WORM) (EN)
33
excerpt: Object Lock is a feature that allows you to store objects using a Write Once, Read Many (WORM) model
4-
updated: 2023-08-09
4+
updated: 2025-03-25
55
---
66

77
## Objective
@@ -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.en-asia.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Managing object immutability with Object Lock (WORM)
33
excerpt: Object Lock is a feature that allows you to store objects using a Write Once, Read Many (WORM) model
4-
updated: 2023-08-09
4+
updated: 2025-03-25
55
---
66

77
## Objective
@@ -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.en-au.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Managing object immutability with Object Lock (WORM)
33
excerpt: Object Lock is a feature that allows you to store objects using a Write Once, Read Many (WORM) model
4-
updated: 2023-08-09
4+
updated: 2025-03-25
55
---
66

77
## Objective
@@ -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.en-ca.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Managing object immutability with Object Lock (WORM)
33
excerpt: Object Lock is a feature that allows you to store objects using a Write Once, Read Many (WORM) model
4-
updated: 2023-08-09
4+
updated: 2025-03-25
55
---
66

77
## Objective
@@ -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.en-gb.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Managing object immutability with Object Lock (WORM)
33
excerpt: Object Lock is a feature that allows you to store objects using a Write Once, Read Many (WORM) model
4-
updated: 2023-08-09
4+
updated: 2025-03-25
55
---
66

77
## Objective
@@ -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.en-ie.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Managing object immutability with Object Lock (WORM)
33
excerpt: Object Lock is a feature that allows you to store objects using a Write Once, Read Many (WORM) model
4-
updated: 2023-08-09
4+
updated: 2025-03-25
55
---
66

77
## Objective
@@ -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.en-sg.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Managing object immutability with Object Lock (WORM)
33
excerpt: Object Lock is a feature that allows you to store objects using a Write Once, Read Many (WORM) model
4-
updated: 2023-08-09
4+
updated: 2025-03-25
55
---
66

77
## Objective
@@ -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.en-us.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Managing object immutability with Object Lock (WORM)
33
excerpt: Object Lock is a feature that allows you to store objects using a Write Once, Read Many (WORM) model
4-
updated: 2023-08-09
4+
updated: 2025-03-25
55
---
66

77
## Objective
@@ -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.es-es.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Gestión de la inmutabilidad de los objetos con Object Lock (WORM) (EN)
33
excerpt: Object Lock is a feature that allows you to store objects using a Write Once, Read Many (WORM) model
4-
updated: 2023-08-09
4+
updated: 2025-03-25
55
---
66

77
## Objective
@@ -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.es-us.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Object Storage - Gestión de la inmutabilidad de los objetos con Object Lock (WORM) (EN)
33
excerpt: Object Lock is a feature that allows you to store objects using a Write Once, Read Many (WORM) model
4-
updated: 2023-08-09
4+
updated: 2025-03-25
55
---
66

77
## Objective
@@ -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

0 commit comments

Comments
 (0)