forked from TrueCloudLab/frostfs-s3-gw
[#196] Add bucket tagging
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
16da1aba64
commit
987185b9e1
10 changed files with 229 additions and 76 deletions
|
@ -198,3 +198,7 @@ func GetBoxData(ctx context.Context) (*accessbox.Box, error) {
|
|||
}
|
||||
return boxData, nil
|
||||
}
|
||||
|
||||
func formBucketTagObjectName(name string) string {
|
||||
return ".tagset." + name
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue