AWS: Delete Permanently S3 objects less than 30 days using 'Lifecycle Rule'
问题 Is there a way to configure on S3 Lifecycle to delete object less than 30 days (say I want to delete in 5 days Permanently without moving to any other Storage class like glacier? Or should I go by other alternative like Lambda ? I believe, S3 'Lifecycle Rule' allows storage class only more than 30 days. 回答1: You can use expiration action: Define when objects expire. Amazon S3 deletes expired objects on your behalf. You can set expiration time to 5 days or 1 day, or what suits you. For example