I'm using MinIO and want to set a service-wide lifecycle policy that will delete every bucket that's old than a specific period of time (In my case it's 1 day).
I also want this policy to work on buckets that will be created at the future
I wonder if I can do that and how
Thanks in advance for everyone who will help