swift container retention
Pete Zaitcev
zaitcev at redhat.com
Mon Jun 5 19:02:11 UTC 2023
On Sun, 28 May 2023 14:13:32 +0200
Geert Geurts <geert.geurts at linuxfabrik.ch> wrote:
> What I want is for all objects in a container to get deleted
> after X days without having to add a header once the object is uploaded.
> Does anyone have suggestions on how I could implement this requirement?
I'd write a proxy middleware that added the X-Delete-After automatically
to objects in certain containers, according to configuraiton.
-- Pete
More information about the openstack-discuss
mailing list