mirror of
https://github.com/rclone/rclone.git
synced 2025-08-16 00:28:09 +02:00
fs: add UploadHeaders, DownloadHeaders to Update/Put/Open options
This commit is contained in:
committed by
Nick Craig-Wood
parent
93caa459e3
commit
9bf3d3da4c
@ -74,7 +74,7 @@ func TestReOpen(t *testing.T) {
|
||||
breaks: breaks,
|
||||
}
|
||||
hashOption := &fs.HashesOption{Hashes: hash.NewHashSet(hash.MD5)}
|
||||
return NewReOpen(context.Background(), src, hashOption, rangeOption, maxRetries)
|
||||
return NewReOpen(context.Background(), src, maxRetries, hashOption, rangeOption)
|
||||
}
|
||||
|
||||
t.Run("Basics", func(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user