oracleobjectstorage: fix OpenOptions being ignored in uploadMultipart with chunkWriter
This commit is contained in:
parent
37eaa3682a
commit
d6ba60c04d
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ func (o *Object) Update(ctx context.Context, in io.Reader, src fs.ObjectInfo, op
|
|||
multipart = false
|
||||
}
|
||||
if multipart {
|
||||
err = o.uploadMultipart(ctx, src, in)
|
||||
err = o.uploadMultipart(ctx, src, in, options...)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue