forked from TrueCloudLab/frostfs-s3-gw
[TrueCloudLab#25] Add zone data to BucketInfo
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
744b52322d
commit
8ac630ee71
2 changed files with 5 additions and 1 deletions
|
@ -22,7 +22,8 @@ const (
|
|||
type (
|
||||
// BucketInfo stores basic bucket data.
|
||||
BucketInfo struct {
|
||||
Name string
|
||||
Name string // container name from system attribute
|
||||
Zone string // container zone from system attribute
|
||||
CID cid.ID
|
||||
Owner user.ID
|
||||
Created time.Time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue