forked from TrueCloudLab/frostfs-s3-gw
[#417] List multipart uploads using tree service
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
13e01164d7
commit
e1b9a4432a
5 changed files with 156 additions and 100 deletions
|
@ -45,6 +45,7 @@ type ObjectTaggingInfo struct {
|
|||
|
||||
// MultipartInfo is multipart upload information.
|
||||
type MultipartInfo struct {
|
||||
Key string
|
||||
UploadID string
|
||||
Owner user.ID
|
||||
Created time.Time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue