Reputation: 2158
Does S3 have a default lifecycle for expiration? IOW, does a key automatically expire after x days? Or does it exist forever?
Thanks
Upvotes: 1
Views: 4277
Reputation: 6050
By default, an object on S3 doesn't has a expiration date. If you don't specify a lifecycle rule, it will be there forever.
You can upload a file to the bucket without the lifecycle rule, check the properties of object, the Expiry Date is none
Upvotes: 6