In AWS S3, customers pay per GB storage used. To keep costs low, it might be desirable to clean up cache items after a certain amount of time.
S3 has the concept of "expiration actions", see http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html We should consider adding an expiration configuration key which would control the S3 lifecycle of the cache objects.
In AWS S3, customers pay per GB storage used. To keep costs low, it might be desirable to clean up cache items after a certain amount of time.
S3 has the concept of "expiration actions", see http://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html We should consider adding an
expirationconfiguration key which would control the S3 lifecycle of the cache objects.