From d14d5f90ed513b47c1f2fdf58bfa5cc039bb2481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Thu, 21 Jul 2022 16:38:33 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/upload-expiration.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/upload-expiration.md diff --git a/changelog/unreleased/upload-expiration.md b/changelog/unreleased/upload-expiration.md new file mode 100644 index 00000000000..c493f895cad --- /dev/null +++ b/changelog/unreleased/upload-expiration.md @@ -0,0 +1,9 @@ +Enhancement: Upload expiration and cleanup + +We made storage providers aware of upload expiration and added an interface +for FS which support listing and purging expired uploads. + +We also implemented said interface for decomposedfs. + +https://github.com/cs3org/reva/pull/3095 +https://github.com/owncloud/ocis/pull/4256