mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
testserver: add provider to TestS3Minio #3934
This is necessary to pass the TestIntegration/FsMkdir/FsEncoding listing tests.
This commit is contained in:
parent
4996edc030
commit
3b19f48929
@ -15,6 +15,7 @@ start() {
|
|||||||
minio/minio server /data
|
minio/minio server /data
|
||||||
|
|
||||||
echo type=s3
|
echo type=s3
|
||||||
|
echo provider=Minio
|
||||||
echo access_key_id=$USER
|
echo access_key_id=$USER
|
||||||
echo secret_access_key=$PASS
|
echo secret_access_key=$PASS
|
||||||
echo endpoint=http://$(docker_ip):9000/
|
echo endpoint=http://$(docker_ip):9000/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user