5 Jun
2023
5 Jun
'23
9:02 p.m.
On Sun, 28 May 2023 14:13:32 +0200 Geert Geurts <geert.geurts@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