s3 lifecycle policy to delete objects after n days example yaml config
s3 lifecycle policy to delete current and all old objects after n days example We can add bucket lifecycle configuration policies to delete data older than 90 days, 30 days or whatever amount of days and to delete the delete markers from the s3 buckets as well. This includes deleting noncurrent version and current version … Read more