[TrueCloudLab#25] Add zone data to BucketInfo

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2023-02-10 15:09:32 +03:00 committed by Alex Vanin
parent 744b52322d
commit 8ac630ee71
2 changed files with 5 additions and 1 deletions

View file

@ -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