Skip to content

Commit

Permalink
add tenant to bucket struct field
Browse files Browse the repository at this point in the history
  • Loading branch information
krafZLorG committed Jul 7, 2023
1 parent 3051f22 commit 7d71f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rgw/admin/bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7d71f46

Please sign in to comment.