[#114] Update frostfs-sdk-go version with support EC

Signed-off-by: Roman Loginov <r.loginov@yadro.com>
This commit is contained in:
Roman Loginov 2024-06-03 01:42:01 +03:00
parent 5a87ee7625
commit 23ed3ab86e
3 changed files with 7 additions and 7 deletions

View file

@ -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