NSPCC-493 Separate repository for NeoFS GW

- Update dependencies
- Update README (configuration: flags section)
- Add gRPC logger and flag to enable gRPC connection debugging
- Refactored settings (add flags, use defaults instead of yaml representation)
This commit is contained in:
Evgeniy Kulikov 2019-12-13 19:02:48 +03:00
parent 2bebf38a18
commit 97d1a99f58
No known key found for this signature in database
GPG key ID: BF6AEE0A2A699BF2
8 changed files with 425 additions and 209 deletions

View file

@ -2,4 +2,7 @@ package main
const DropInFilenameHeader = "drop-in-filename"
var Version = "dev"
var (
Build = "now"
Version = "dev"
)