From 136c4ef925eb77a421b8bd67d476405603a0fa1d Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 30 Oct 2019 15:36:23 +0100 Subject: dont expose metadata etag for now Signed-off-by: Robin Appelman --- lib/public/Files/FileInfo.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/public') diff --git a/lib/public/Files/FileInfo.php b/lib/public/Files/FileInfo.php index e1b57d4788c..4d9e76b27f3 100644 --- a/lib/public/Files/FileInfo.php +++ b/lib/public/Files/FileInfo.php @@ -269,16 +269,6 @@ interface FileInfo { */ public function getExtension(): string; - /** - * Get the metadata etag for the file - * - * Unlike the regular etag, the metadata etag also gets updated on metadata only changes - * - * @return string | null - * @since 18.0.0 - */ - public function getMetadataEtag(): ?string; - /** * Get the creation date as unix timestamp * -- cgit v1.2.3