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
@@ -566,6 +566,16 @@ It would be useful when you use S3 compatible storage that accepts only signatur
566
566
567
567
Given a threshold to treat events as delay, output warning logs if delayed events were put into s3.
568
568
569
+
**bucket_lifecycle_rule**
570
+
571
+
Specify one or more lifecycle rules for the bucket
572
+
573
+
<bucket_lifecycle_rule>
574
+
id UNIQUE_ID_FOR_THE_RULE
575
+
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
576
+
expiration_days NUMBER_OF_DAYS # The number of days before the object will expire
577
+
</bucket_lifecycle_rule>
578
+
569
579
## Input: Setup
570
580
571
581
1. Create new [SQS](https://aws.amazon.com/documentation/sqs/) queue (use same region as S3)
0 commit comments