Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I am trying to setup a lifecycle rule to delete all files older than 5 days. I can successfully PUT the lifecycle and confirmed it is up there with a GET. However, it doesn’t look like any files are getting removed.
Below is the rules.json file:
{ “Rules”: [ { “ID”: “Remove old files”, “Status”: “Enabled”, “Prefix”: “”, “Expiration”: { “Days”: 5 } } ] }
And here is the AWS command I used:
aws s3api --endpoint-url=https://nyc3.digitaloceanspaces.com
put-bucket-lifecycle-configuration
–bucket REDACTED
–lifecycle-configuration
file://rules.json
Am I missing something obvious?
Peter Alison
Arnold Hendriks
384d3f11289345379905a243f7b817
Laveenk16
Laveenk16
e8ab71f9e5914ffba3313f6ac33bb3
1c3ae38719bc49de9abf588e704583
lincoln
76ac182105344670910aa7c62ff2a3
c3d53dcb398b418288ff41b565183d
f27857d3fd85405b8f50d9997c684d
Sumit0ubey