forked from TrueCloudLab/rclone
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
1 changed files with 1 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue