Rename to just csi-s3

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

View file

@ -8,7 +8,7 @@ import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/ctrox/csi-s3-driver/pkg/s3"
"github.com/ctrox/csi-s3/pkg/s3"
"github.com/kubernetes-csi/csi-test/pkg/sanity"
)