Skip to content

Commit

Permalink
rename ref -> path
Browse files Browse the repository at this point in the history
  • Loading branch information
refs committed May 26, 2021
1 parent 97d74fb commit 3169b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cs3/storage/provider/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ message ResourceInfo {
cs3.types.v1beta1.Timestamp mtime = 7;
// REQUIRED.
// The reference for the resource.
Reference ref = 8;
Reference path = 8;
// REQUIRED.
// The set of permissions for the resource effective for the authenticated user.
ResourcePermissions permission_set = 9;
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15012,7 +15012,7 @@ <h3 id="cs3.storage.provider.v1beta1.ResourceInfo">ResourceInfo</h3>
</tr>

<tr>
<td>ref</td>
<td>path</td>
<td><a href="#cs3.storage.provider.v1beta1.Reference">Reference</a></td>
<td></td>
<td><p>REQUIRED.
Expand Down
2 changes: 1 addition & 1 deletion proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7498,7 +7498,7 @@
},
{
"id": 8,
"name": "ref",
"name": "path",
"type": "Reference"
},
{
Expand Down

0 comments on commit 3169b87

Please sign in to comment.