diff --git a/README.md b/README.md index c79c586..e6a02fa 100644 --- a/README.md +++ b/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. -You can download files from NeoFS Network using NeoFS Gateway. +NeoFS HTTP Gate is example of tool that provides basic interactions with NeoFS. +You can download files from NeoFS Network using NeoFS Gate. ## Install -```go get -u github.com/nspcc-dev/neofs-gw``` +```go get -u github.com/nspcc-dev/neofs-http-gate``` ## Configuration @@ -19,7 +19,7 @@ You can download files from NeoFS Network using NeoFS Gateway. --verbose debug gRPC connections --request_timeout duration gRPC request timeout (default 5s) --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 # Environments: diff --git a/go.mod b/go.mod index 8ed1c0a..549cced 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/nspcc-dev/neofs-gw +module github.com/nspcc-dev/neofs-http-gate go 1.13 diff --git a/go_dev.mod b/go_dev.mod index aaf657b..8077c1d 100644 --- a/go_dev.mod +++ b/go_dev.mod @@ -1,4 +1,4 @@ -module github.com/nspcc-dev/neofs-gw +module github.com/nspcc-dev/neofs-http-gate go 1.13