forked from TrueCloudLab/rclone
yandex: Make it use our http client so logging, bwlimit etc works properly
This commit is contained in:
parent
98778b1870
commit
82b85431bd
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ func NewFs(name, root string) (fs.Fs, error) {
|
|||
}
|
||||
|
||||
//create new client
|
||||
yandexDisk := yandex.NewClient(token.AccessToken)
|
||||
yandexDisk := yandex.NewClient(token.AccessToken, fs.Config.Client())
|
||||
|
||||
f := &Fs{
|
||||
yd: yandexDisk,
|
||||
|
|
Loading…
Reference in a new issue