fix(site-replication): delete replicated buckets

This commit is contained in:
Jason Kossis
2026-07-21 13:22:41 -04:00
committed by GitHub
parent f1d2af698c
commit 9469dfa5b8
11 changed files with 270 additions and 81 deletions
+1
View File
@@ -74,6 +74,7 @@ message GetBucketInfoResponse {
message DeleteBucketRequest {
string bucket = 1;
string options = 2;
}
message DeleteBucketResponse {