Skip to content

Commit e59528e

Browse files
committed
clearer language on what bucket locks allow you to do
1 parent 22373ae commit e59528e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/changelog/r2/2025-03-06-r2-bucket-locks.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ date: 2025-03-06T10:00:00Z
88

99
You can now use [bucket locks](/r2/buckets/bucket-locks/) to set retention policies on your [R2 buckets](/r2/buckets/) (or specific prefixes within your buckets) for a specified period — or indefinitely. This can help ensure compliance by protecting important data from accidental or malicious deletion.
1010

11-
Locks allow you to:
11+
Locks give you a few ways to ensure your objects are retained (not deleted or overwritten). You can:
1212

13-
- Lock objects for a specific duration. For example, 90 days.
14-
- Retain objects until a certain date. For example, until January 1, 2030.
15-
- Keep objects locked indefinitely.
13+
- Lock objects for a specific duration, for example 90 days.
14+
- Lock objects until a certain date, for example January 1, 2030.
15+
- Lock objects indefinitely, until the lock is explicitly removed.
1616

1717
Buckets can have up to 1,000 [bucket lock rules](/r2/buckets/). Each rule specifies which objects it covers (via prefix) and how long those objects must remain retained.
1818

0 commit comments

Comments
 (0)