forked from TrueCloudLab/rclone
fstest/test_all: add alternate s3 and swift providers to the integration tests
This commit is contained in:
parent
f365230aea
commit
f397c35935
1 changed files with 20 additions and 0 deletions
|
@ -53,6 +53,22 @@ backends:
|
||||||
remote: "TestS3:"
|
remote: "TestS3:"
|
||||||
subdir: true
|
subdir: true
|
||||||
fastlist: true
|
fastlist: true
|
||||||
|
- backend: "s3"
|
||||||
|
remote: "TestS3Minio:"
|
||||||
|
subdir: true
|
||||||
|
fastlist: true
|
||||||
|
- backend: "s3"
|
||||||
|
remote: "TestS3Wasabi:"
|
||||||
|
subdir: true
|
||||||
|
fastlist: true
|
||||||
|
- backend: "s3"
|
||||||
|
remote: "TestS3DigitalOcean:"
|
||||||
|
subdir: true
|
||||||
|
fastlist: true
|
||||||
|
- backend: "s3"
|
||||||
|
remote: "TestS3Ceph:"
|
||||||
|
subdir: true
|
||||||
|
fastlist: true
|
||||||
- backend: "sftp"
|
- backend: "sftp"
|
||||||
remote: "TestSftp:"
|
remote: "TestSftp:"
|
||||||
subdir: false
|
subdir: false
|
||||||
|
@ -61,6 +77,10 @@ backends:
|
||||||
remote: "TestSwift:"
|
remote: "TestSwift:"
|
||||||
subdir: true
|
subdir: true
|
||||||
fastlist: true
|
fastlist: true
|
||||||
|
- backend: "swift"
|
||||||
|
remote: "TestSwiftCeph:"
|
||||||
|
subdir: true
|
||||||
|
fastlist: true
|
||||||
- backend: "yandex"
|
- backend: "yandex"
|
||||||
remote: "TestYandex:"
|
remote: "TestYandex:"
|
||||||
subdir: false
|
subdir: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue