It would be great to have a built-in way to automatically delete objects or folders in Spaces after a set period of time — similar to S3's Lifecycle Rules. My use case is daily database backups: I only need to retain the last 7 days, and right now there's no native way to auto-expire older files without running an external script or cron job.
A simple TTL/expiration policy configured per bucket (or per prefix/folder) would make this much more manageable. Even a basic rule like "delete objects in this prefix older than N days" would cover the majority of use cases like log retention and backup rotation.