rclone/fstest/test_all
Nick Craig-Wood 5bf70c68f1 swift: implement --swift-use-segments-container to allow >5G files on Blomp
This switches between storing chunks in a separate container suffixed
with `_segments` (the default) and a directory in the root
`.file-segments`)

By default the `.file-segments` mode will be auto selected if
`auth_url`s that require it are detected.

If the `.file-segments` mode is in use then rclone will omit that
directory from listings.

See: https://forum.rclone.org/t/blomp-unable-to-upload-5gb-files/42498/
2024-04-25 11:14:14 +01: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 swift: implement --swift-use-segments-container to allow >5G files on Blomp 2024-04-25 11:14:14 +01:00
report.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
run_test.go fix: test_all re-running too much stuff 2024-04-15 16:08:27 +01:00
run.go fix: test_all re-running too much stuff 2024-04-15 16:08:27 +01:00
test_all.go build: add -race flag to integration tester test_all 2024-01-24 11:27:43 +00:00