Rename packages

Create separate packages for driver, s3 client and mounters.
This commit is contained in:
Cyrill Troxler 2021-04-03 12:40:58 +02:00
parent d0a14c8644
commit 7528b3297c
16 changed files with 213 additions and 207 deletions

View file

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