forked from TrueCloudLab/frostfs-s3-gw
[#220] Add cid to HeadBucket response
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
76fc241bc1
commit
84508a1706
2 changed files with 5 additions and 1 deletions
|
@ -39,4 +39,6 @@ const (
|
|||
AmzGrantRead = "X-Amz-Grant-Read"
|
||||
AmzGrantWrite = "X-Amz-Grant-Write"
|
||||
AmzExpectedBucketOwner = "X-Amz-Expected-Bucket-Owner"
|
||||
|
||||
ContainerID = "X-Container-Id"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue