forked from TrueCloudLab/frostfs-s3-gw
[#441] Optimize put objects
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
6cf7dc4010
commit
2bca4755f9
6 changed files with 60 additions and 34 deletions
|
@ -159,6 +159,7 @@ type (
|
|||
Metadata map[string]string
|
||||
Prefix string
|
||||
Reader io.Reader
|
||||
Size int64
|
||||
Lock *data.ObjectLock
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue