qoobaa / s3

Library for accessing S3 objects and buckets, supports EU and US buckets
MIT License
258 stars 112 forks source link

Set File Expiration #115

Open jmcmains opened 8 years ago

jmcmains commented 8 years ago

Hi, I'd like to be able to set the expiration of the file, so that it automatically deletes itself in S3. I think S3 has this capability built in: http://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#intro-lifecycle-rules-actions

Thanks!

qoobaa commented 7 years ago

Could you create a PR with the change? Thanks.