From 47a362d5f95294f975ce5d677928f16c4dfb8d6c Mon Sep 17 00:00:00 2001 From: Andre Duffeck Date: Fri, 12 Mar 2021 12:04:48 +0100 Subject: [PATCH] Clarify that the path has a leading slash in RecycleItem (#108) --- cs3/storage/provider/v1beta1/resources.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/cs3/storage/provider/v1beta1/resources.proto b/cs3/storage/provider/v1beta1/resources.proto index c35ffe2d..6fce8a3a 100644 --- a/cs3/storage/provider/v1beta1/resources.proto +++ b/cs3/storage/provider/v1beta1/resources.proto @@ -310,6 +310,7 @@ message RecycleItem { string key = 3; // REQUIRED. // The original path of the deleted resource. + // MUST start with the slash character (/). string path = 4; // OPTIONAL. // The size of the deleted resource.