From 3faaa23385d786eb684f1bcb3cb49a6af89499b8 Mon Sep 17 00:00:00 2001
From: Michael Barz
Date: Thu, 23 Sep 2021 16:56:39 +0200
Subject: [PATCH] Add space id to GetQuota method
---
cs3/storage/provider/v1beta1/provider_api.proto | 3 +++
docs/index.html | 8 ++++++++
2 files changed, 11 insertions(+)
diff --git a/cs3/storage/provider/v1beta1/provider_api.proto b/cs3/storage/provider/v1beta1/provider_api.proto
index 4968f02b..f389d882 100644
--- a/cs3/storage/provider/v1beta1/provider_api.proto
+++ b/cs3/storage/provider/v1beta1/provider_api.proto
@@ -280,6 +280,9 @@ message GetQuotaRequest {
// OPTIONAL.
// Opaque information.
cs3.types.v1beta1.Opaque opaque = 1;
+ // OPTIONAL.
+ // Limit the quota Response to the given space
+ StorageSpaceId space_id = 2;
}
message GetQuotaResponse {
diff --git a/docs/index.html b/docs/index.html
index 4eb3d4a8..e9b84b70 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -13674,6 +13674,14 @@ GetQuotaRequest
Opaque information.
+
+ space_id |
+ StorageSpaceId |
+ |
+ OPTIONAL.
+Limit the quota Response to the given space |
+
+