Kvc use the minio/mc to download files from s3 but there are some issues which will make kvc not working.
No default --api parameter will make mc config add host failed. See #2422.
Event make this work, the cp command of minio will still get error info which make the mc command return a non zero return. And this will make volumemanager show an failed status. See #2460.
For the first issue, another parameter s3Version is necessary if kvc want to support different s3 api version. See more info in minio client with shows that Google Cloud Storage use a different s3 version with others.
Kvc use the
minio/mc
to download files from s3 but there are some issues which will make kvc not working.--api
parameter will makemc config add host
failed. See #2422.For the first issue, another parameter
s3Version
is necessary if kvc want to support different s3 api version. See more info in minio client with shows that Google Cloud Storage use a different s3 version with others.