mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-20 11:32:19 +00:00
fix(site-replication): delete replicated buckets
This commit is contained in:
@@ -83,6 +83,8 @@ pub struct GetBucketInfoResponse {
|
||||
pub struct DeleteBucketRequest {
|
||||
#[prost(string, tag = "1")]
|
||||
pub bucket: ::prost::alloc::string::String,
|
||||
#[prost(string, tag = "2")]
|
||||
pub options: ::prost::alloc::string::String,
|
||||
}
|
||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
pub struct DeleteBucketResponse {
|
||||
|
||||
@@ -74,6 +74,7 @@ message GetBucketInfoResponse {
|
||||
|
||||
message DeleteBucketRequest {
|
||||
string bucket = 1;
|
||||
string options = 2;
|
||||
}
|
||||
|
||||
message DeleteBucketResponse {
|
||||
|
||||
Reference in New Issue
Block a user