Use the B2 'list' endpoint to determine file ID (#8169)

- More effective deletion and checking for existence.
- Rever Dockerfile.
- Add a 'GOPROXY' to the Dockerfile to workaround Apache issues.
This commit is contained in:
Alex Pardoe
2019-09-12 18:18:47 +01:00
committed by kannappanr
parent 475df52a19
commit a87fc7d09b
2 changed files with 19 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ LABEL maintainer="MinIO Inc <dev@min.io>"
ENV GOPATH /go
ENV CGO_ENABLED 0
ENV GO111MODULE on
ENV GOPROXY https://proxy.golang.org
RUN \
apk add --no-cache git && \