change module name

This commit is contained in:
Evgeniy Kulikov 2020-08-21 02:50:14 +03:00
parent bbb2a057c7
commit f2352f1e76
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
3 changed files with 7 additions and 7 deletions

View file

@ -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
View file

@ -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

View file

@ -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