You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -569,6 +569,16 @@ It would be useful when you use S3 compatible storage that accepts only signatur
569
569
570
570
Given a threshold to treat events as delay, output warning logs if delayed events were put into s3.
571
571
572
+
**bucket_lifecycle_rule**
573
+
574
+
Specify one or more lifecycle rules for the bucket
575
+
576
+
<bucket_lifecycle_rule>
577
+
id UNIQUE_ID_FOR_THE_RULE
578
+
prefix OPTIONAL_PREFIX # Objects whose keys begin with this prefix will be affected by the rule. If not specified all objects of the bucket will be affected
579
+
expiration_days NUMBER_OF_DAYS # The number of days before the object will expire
580
+
</bucket_lifecycle_rule>
581
+
572
582
## Input: Setup
573
583
574
584
1. Create new [SQS](https://aws.amazon.com/documentation/sqs/) queue (use same region as S3)
0 commit comments