rclone/fstest/test_all
Nick Craig-Wood ddaf01ece9 azurefiles: finish docs and implementation and add optional interfaces
- use rclone's http Transport
- fix handling of 0 length files
- combine into one file and remove uneeded abstraction
- make `chunk_size` and `upload_concurrency` settable
- make auth the same as azureblob
- set the Features correctly
- implement `--azurefiles-max-stream-size`
- remove arbitrary sleep on Mkdir
- implement `--header-upload`
- implement read and write MimeType for objects
- implement optional methods
    - About
    - Copy
    - DirMove
    - Move
    - OpenWriterAt
    - PutStream
- finish documentation
- disable build on plan9 and js

Fixes #365
Fixes #7378
2023-11-18 16:48:23 +00:00
..
clean.go Error strings should not be capitalized 2022-06-23 23:26:02 +02:00
config.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
config.yaml azurefiles: finish docs and implementation and add optional interfaces 2023-11-18 16:48:23 +00:00
report.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
run_test.go build: update to use go1.14 for the build 2020-02-26 21:26:47 +00:00
run.go refactor: replace strings.Replace with strings.ReplaceAll 2022-05-17 11:08:37 +01:00
test_all.go build: update to go1.21rc3 and make go1.19 the minimum required version 2023-07-16 10:09:25 +01:00