Rename to just csi-s3

This commit is contained in:
Cyrill Troxler 2018-07-29 14:49:35 +02:00
parent 165b9d795f
commit df04f577d2
9 changed files with 25 additions and 25 deletions

View file

@ -5,4 +5,4 @@ export MINIO_SECRET_KEY=DSG643HGDS
mkdir -p /tmp/minio
minio server --quiet /tmp/minio &
sleep 5
go test github.com/ctrox/csi-s3-driver/pkg/s3 -cover
go test github.com/ctrox/csi-s3/pkg/s3 -cover