forked from TrueCloudLab/frostfs-http-gw
[#114] Update frostfs-sdk-go version with support EC
Signed-off-by: Roman Loginov <r.loginov@yadro.com>
This commit is contained in:
parent
5a87ee7625
commit
23ed3ab86e
3 changed files with 7 additions and 7 deletions
|
@ -129,7 +129,7 @@ func (h *Handler) Upload(req *fasthttp.RequestCtx) {
|
|||
|
||||
obj := object.New()
|
||||
obj.SetContainerID(bktInfo.CID)
|
||||
obj.SetOwnerID(h.ownerID)
|
||||
obj.SetOwnerID(*h.ownerID)
|
||||
obj.SetAttributes(attributes...)
|
||||
|
||||
var prm pool.PrmObjectPut
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue