Skip to content

Commit 342f8ef

Browse files
committed
fix gateway quota call
1 parent 3b7ca83 commit 342f8ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cs3/gateway/v0alpha/gateway.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ service GatewayService {
7878
// reference.
7979
// MUST return CODE_NOT_FOUND if the reference does not exist
8080
// MUST return CODE_RESOURCE_EXHAUSTED on exceeded quota limits.
81-
rpc GetQuota(cs3.storageproviderv0alpha.GetQuotaRequest) returns (cs3.storageproviderv0alpha.GetQuotaResponse);
81+
rpc GetQuota(GetQuotaRequest) returns (cs3.storageproviderv0alpha.GetQuotaResponse);
8282
// Initiates the download of a file using an
8383
// out-of-band data transfer mechanism.
8484
rpc InitiateFileDownload(cs3.storageproviderv0alpha.InitiateFileDownloadRequest) returns (cs3.storageproviderv0alpha.InitiateFileDownloadResponse);

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2599,7 +2599,7 @@ <h3 id="cs3.gatewayv0alpha.GatewayService">GatewayService</h3>
25992599

26002600
<tr>
26012601
<td>GetQuota</td>
2602-
<td><a href="#cs3.storageproviderv0alpha.GetQuotaRequest">.cs3.storageproviderv0alpha.GetQuotaRequest</a></td>
2602+
<td><a href="#cs3.gatewayv0alpha.GetQuotaRequest">GetQuotaRequest</a></td>
26032603
<td><a href="#cs3.storageproviderv0alpha.GetQuotaResponse">.cs3.storageproviderv0alpha.GetQuotaResponse</a></td>
26042604
<td><p>Returns the quota available under the provided
26052605
reference.

proto.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
639639
},
640640
{
641641
"name": "GetQuota",
642-
"in_type": "cs3.storageproviderv0alpha.GetQuotaRequest",
642+
"in_type": "GetQuotaRequest",
643643
"out_type": "cs3.storageproviderv0alpha.GetQuotaResponse"
644644
},
645645
{

0 commit comments

Comments
 (0)