kopia lustrzana https://github.com/gaul/s3proxy
Add Minio config to run-s3-tests.sh
rodzic
3ff077f550
commit
d45879c9d5
|
@ -56,6 +56,8 @@ tags='not fails_on_s3proxy'\
|
||||||
if [ "${S3PROXY_CONF}" = "s3proxy-azurite.conf" ]; then
|
if [ "${S3PROXY_CONF}" = "s3proxy-azurite.conf" ]; then
|
||||||
tags="${tags} and not fails_on_s3proxy_azureblob"
|
tags="${tags} and not fails_on_s3proxy_azureblob"
|
||||||
tags="${tags} and not multipart"
|
tags="${tags} and not multipart"
|
||||||
|
elif [ "${S3PROXY_CONF}" = "s3proxy-minio.conf" ]; then
|
||||||
|
tags="${tags} and not fails_on_s3proxy_minio"
|
||||||
elif [ "${S3PROXY_CONF}" = "s3proxy-transient-nio2.conf" ]; then
|
elif [ "${S3PROXY_CONF}" = "s3proxy-transient-nio2.conf" ]; then
|
||||||
tags="${tags} and not fails_on_s3proxy_nio2"
|
tags="${tags} and not fails_on_s3proxy_nio2"
|
||||||
fi
|
fi
|
||||||
|
|
Ładowanie…
Reference in New Issue