Skip to content

Commit b123d85

Browse files
committed
feat: added proxy middleware into ipfs s3 node
1 parent accbad5 commit b123d85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ LABEL maintainer "Perfection <[email protected]>"
1414
RUN git clone https://github.com/ipfs/go-ipfs && \
1515
cd go-ipfs && \
1616
#git checkout release-v0.15.0 && \
17-
go get github.com/samperfect/go-ds-s3/[email protected]
17+
go get github.com/lighthouse-web3/go-ds-s3/[email protected]
1818

1919

2020
# Add the plugin to the preload list.
2121
RUN cd go-ipfs && \
22-
echo "\ns3ds github.com/samperfect/go-ds-s3/plugin 0" >> plugin/loader/preload_list &&\
22+
echo "\ns3ds github.com/lighthouse-web3/go-ds-s3/plugin 0" >> plugin/loader/preload_list &&\
2323
cat plugin/loader/preload_list && \
2424
cat plugin/loader/preload.go && \
2525
make build && \

0 commit comments

Comments
 (0)