mirror of
https://github.com/rclone/rclone
synced 2024-11-26 04:07:22 +01:00
webdav: pass options to rest.Opts for Put and Update
This commit is contained in:
parent
3130f870bb
commit
90bd0eb44c
@ -1135,6 +1135,7 @@ func (o *Object) Update(ctx context.Context, in io.Reader, src fs.ObjectInfo, op
|
||||
NoResponse: true,
|
||||
ContentLength: &size, // FIXME this isn't necessary with owncloud - See https://github.com/nextcloud/nextcloud-snap/issues/365
|
||||
ContentType: fs.MimeType(ctx, src),
|
||||
Options: options,
|
||||
}
|
||||
if o.fs.useOCMtime || o.fs.hasMD5 || o.fs.hasSHA1 {
|
||||
opts.ExtraHeaders = map[string]string{}
|
||||
|
Loading…
Reference in New Issue
Block a user