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 {