We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0929e88 commit dc5f240Copy full SHA for dc5f240
1 file changed
infra/aws-s3/README.md
@@ -8,3 +8,11 @@
8
- An AWS IAM user with permissions to manage S3 buckets and IAM.
9
(e.g. predefined policy `AmazonS3FullAccess` and `IAMFullAccess`, though
10
they're too permissive).
11
+
12
+## Object Lock
13
14
+Lifecycle rules of AWS S3 are configured to expire (delete) objects after they
15
+have been uploaded for a given period (e.g. 180 days). But we often want to keep
16
+certain objects forever. On this purpose, we can harness the [object lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock.html)
17
+feature, specificall by manually enabling the "Object Lock legal hold" for the
18
+underline object.
0 commit comments