acd,b2,crypt,drive: add missing upload options
This commit is contained in:
parent
384724fd11
commit
b5bf819256
4 changed files with 5 additions and 5 deletions
|
@ -552,7 +552,7 @@ func (f *Fs) Put(in io.Reader, src fs.ObjectInfo, options ...fs.OpenOption) (fs.
|
|||
err := o.readMetaData()
|
||||
switch err {
|
||||
case nil:
|
||||
return o, o.Update(in, src)
|
||||
return o, o.Update(in, src, options...)
|
||||
case fs.ErrorObjectNotFound:
|
||||
// Not found so create it
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue