Skip to content

Commit 640e52b

Browse files
committed
clarify r2 lifecycle rule conflict behavior
1 parent c5d31c3 commit 640e52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/r2/buckets/object-lifecycles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For example, you can create an object lifecycle rule to delete objects after 90
1616
- An object is no longer billable once it has been deleted.
1717
- Buckets have a default lifecycle rule to expire multipart uploads seven days after initiation.
1818
- When an object is transitioned from Standard storage to Infrequent Access storage, a [Class A operation](/r2/pricing/#class-a-operations) is incurred.
19-
19+
- Conflicts between rules are handled by prioritizing the cheapest action. If an object was set to expire on a given day by one rule and set to transition to InfrequentAccess on the same day by another rule the expiration would take precedence.
2020
## Configure lifecycle rules for your bucket
2121

2222
When you create an object lifecycle rule, you can specify which prefix you would like it to apply to.

0 commit comments

Comments
 (0)