Skip to content

Commit

Permalink
add spaceID to resourceID (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar authored Jun 21, 2022
1 parent 47bde33 commit 726aedb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cs3/storage/provider/v1beta1/resources.proto
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,11 @@ message ResourceId {
// uniquely identity the resource in the internal
// implementation of the service.
string opaque_id = 2;
// OPTIONAL.
// The internal id used by service implementor to
// uniquely identify the storage space.
// Used by the storageprovider to locate the correct storage space.
string space_id = 3;
}

// The representation of permissions attached to a resource.
Expand Down
10 changes: 10 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17725,6 +17725,16 @@ <h3 id="cs3.storage.provider.v1beta1.ResourceId">ResourceId</h3>
implementation of the service. </p></td>
</tr>

<tr>
<td>space_id</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p>OPTIONAL.
The internal id used by service implementor to
uniquely identify the storage space.
Used by the storageprovider to locate the correct storage space. </p></td>
</tr>

</tbody>
</table>

Expand Down

0 comments on commit 726aedb

Please sign in to comment.