Skip to content

Commit

Permalink
add user filter (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Richter <[email protected]>
  • Loading branch information
dragonchaser authored Jul 11, 2022
1 parent 726aedb commit 25c9af8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cs3/storage/provider/v1beta1/provider_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,7 @@ message ListStorageSpacesRequest {
TYPE_OWNER = 3;
TYPE_SPACE_TYPE = 4;
TYPE_PATH = 5;
TYPE_USER = 6;
}
// REQUIRED.
Type type = 1;
Expand All @@ -1102,6 +1103,7 @@ message ListStorageSpacesRequest {
cs3.identity.user.v1beta1.UserId owner = 3;
string space_type = 4;
string path = 5;
cs3.identity.user.v1beta1.UserId user = 6;
}
}
// OPTIONAL.
Expand Down
13 changes: 13 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15510,6 +15510,13 @@ <h3 id="cs3.storage.provider.v1beta1.ListStorageSpacesRequest.Filter">ListStorag
<td><p> </p></td>
</tr>

<tr>
<td>user</td>
<td><a href="#cs3.identity.user.v1beta1.UserId">cs3.identity.user.v1beta1.UserId</a></td>
<td></td>
<td><p> </p></td>
</tr>

</tbody>
</table>

Expand Down Expand Up @@ -16734,6 +16741,12 @@ <h3 id="cs3.storage.provider.v1beta1.ListStorageSpacesRequest.Filter.Type">ListS
<td><p></p></td>
</tr>

<tr>
<td>TYPE_USER</td>
<td>6</td>
<td><p></p></td>
</tr>

</tbody>
</table>

Expand Down

0 comments on commit 25c9af8

Please sign in to comment.