forked from TrueCloudLab/frostfs-http-gw
change module name
This commit is contained in:
parent
bbb2a057c7
commit
f2352f1e76
3 changed files with 7 additions and 7 deletions
10
README.md
10
README.md
|
@ -1,11 +1,11 @@
|
||||||
# NeoFS HTTP Gateway
|
# NeoFS HTTP Gate
|
||||||
|
|
||||||
NeoFS HTTP Gateway is example of tool that provides basic interactions with NeoFS.
|
NeoFS HTTP Gate is example of tool that provides basic interactions with NeoFS.
|
||||||
You can download files from NeoFS Network using NeoFS Gateway.
|
You can download files from NeoFS Network using NeoFS Gate.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```go get -u github.com/nspcc-dev/neofs-gw```
|
```go get -u github.com/nspcc-dev/neofs-http-gate```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ You can download files from NeoFS Network using NeoFS Gateway.
|
||||||
--verbose debug gRPC connections
|
--verbose debug gRPC connections
|
||||||
--request_timeout duration gRPC request timeout (default 5s)
|
--request_timeout duration gRPC request timeout (default 5s)
|
||||||
--connect_timeout duration gRPC connect timeout (default 30s)
|
--connect_timeout duration gRPC connect timeout (default 30s)
|
||||||
--listen_address string HTTP Gateway listen address (default "0.0.0.0:8082")
|
--listen_address string HTTP Gate listen address (default "0.0.0.0:8082")
|
||||||
-p, --peers stringArray NeoFS nodes
|
-p, --peers stringArray NeoFS nodes
|
||||||
|
|
||||||
# Environments:
|
# Environments:
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module github.com/nspcc-dev/neofs-gw
|
module github.com/nspcc-dev/neofs-http-gate
|
||||||
|
|
||||||
go 1.13
|
go 1.13
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module github.com/nspcc-dev/neofs-gw
|
module github.com/nspcc-dev/neofs-http-gate
|
||||||
|
|
||||||
go 1.13
|
go 1.13
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue