From 68fa49b2725e030e2c67d188f82a3ffb383a4492 Mon Sep 17 00:00:00 2001 From: Dmitry Kvashnin Date: Fri, 7 Jul 2023 05:37:39 +0300 Subject: [PATCH] add tenant to bucket struct field --- rgw/admin/bucket.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rgw/admin/bucket.go b/rgw/admin/bucket.go index 3e0efce..de1cf99 100644 --- a/rgw/admin/bucket.go +++ b/rgw/admin/bucket.go @@ -11,6 +11,7 @@ import ( type Bucket struct { Bucket string `json:"bucket" url:"bucket"` NumShards *uint64 `json:"num_shards"` + Tenant string `json:"tenant"` Zonegroup string `json:"zonegroup"` PlacementRule string `json:"placement_rule"` ExplicitPlacement struct {