rclone/fstest
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
..
fstests fstests: add integration test for OpenChunkWriter uploading to the wrong name 2023-10-28 15:18:00 +01:00
mockdir build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
mockfs mockfs: make it so it can be registered as an Fs 2023-04-28 14:31:05 +01:00
mockobject rcserver: set Last-Modified header for files served by --rc-serve 2023-09-23 12:20:29 +01:00
test_all azurefiles: finish docs and implementation and add optional interfaces 2023-11-18 16:48:23 +00:00
testserver webdav: added an rclone vendor to work with rclone serve webdav 2023-11-05 12:37:25 +00:00
testy testy: test utility functions 2020-06-15 21:34:37 +01:00
fstest.go protondrive: add protondrive backend - fixes #6072 2023-07-22 10:46:21 +01:00
run.go test: replace defer cleanup with t.Cleanup 2022-12-09 14:38:05 +00:00