Does anyone know how often the policy runs? I’ve set up a policy to delete files over a certain age and I’m not sure how often it will run/when.
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 @seankannegiesser
Are you looking for a way to automate the policy runs? You can execute the policy manually with
s3cmd
using the following commands.To get the info about the bucket you can run:
This should list any active policies.
Hope that this helps!