mirror of
https://github.com/rclone/rclone.git
synced 2025-08-13 15:37:26 +02:00
acd,b2,crypt,drive: add missing upload options
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user