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
cmd/s3driver

View file

@ -39,7 +39,7 @@ RUN ./autogen.sh && \
FROM python:3.6-slim
LABEL maintainers="Cyrill Troxler <cyrilltroxler@gmail.com>"
LABEL description="csi-s3-driver production image"
LABEL description="csi-s3 production image"
RUN apt-get update && \
apt-get install -y \

View file

@ -21,7 +21,7 @@ import (
"log"
"os"
"github.com/ctrox/csi-s3-driver/pkg/s3"
"github.com/ctrox/csi-s3/pkg/s3"
)
func init() {