Skip to content

Commit

Permalink
Clarify that the path has a leading slash in RecycleItem (cs3org#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck authored Mar 12, 2021
1 parent 414d8eb commit 47a362d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cs3/storage/provider/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 47a362d

Please sign in to comment.