It looks like this discussion was looking for the same thing but never really got an answer.
Is there an easy way to set an expiration timeout for files to be deleted?
Thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello there @didiermalenfant
I’ve had the same setup as it was needed for a project. I was using
s3cmd
to manage the storage and as such, I created a script to do this for me and the script was executed on a corn job every day.I can’t seem to find the exact script but this link provides a similar solution using
s3cmd
https://gist.github.com/JProffitt71/9044744
I hope that this helps!