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
1 changed files with 1 additions and 0 deletions

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/