1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-13 20:38:12 +02:00

testserver: add provider to TestS3Minio #3934

This is necessary to pass the TestIntegration/FsMkdir/FsEncoding
listing tests.
This commit is contained in:
Nick Craig-Wood 2020-02-13 10:44:42 +00:00
parent 4996edc030
commit 3b19f48929

View File

@ -15,6 +15,7 @@ start() {
minio/minio server /data
echo type=s3
echo provider=Minio
echo access_key_id=$USER
echo secret_access_key=$PASS
echo endpoint=http://$(docker_ip):9000/