forked from TrueCloudLab/frostfs-s3-gw
[#529] Add presign URLs support
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
83967312e0
commit
d521af2065
3 changed files with 206 additions and 25 deletions
|
@ -10,6 +10,7 @@ const (
|
|||
AmzDeleteMarker = "X-Amz-Delete-Marker"
|
||||
AmzCopySource = "X-Amz-Copy-Source"
|
||||
AmzCopySourceRange = "X-Amz-Copy-Source-Range"
|
||||
AmzDate = "X-Amz-Date"
|
||||
|
||||
LastModified = "Last-Modified"
|
||||
Date = "Date"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue