641f01ed42
Previously, we were trying to overwrite accesses, which is a nested map in the uplink config, by calling viper.MergeWithConfig with a nested map. While this works for keys that don't exist already, it does not overwrite already existing keys. In order to do that, we need to call MergeWithConfig with "accesses.<accessname> -> value" rather than using "accesses -> <accessname> -> value". Change-Id: I74d7a9decf2078cdf2ff440eaf24821e30474b53 |
||
---|---|---|
.. | ||
cmd | ||
Dockerfile | ||
entrypoint | ||
main.go | ||
README.md |
Uplink
Documentation for developing and building the uplink service.
Usage:
Then setup the uplink:
go install storj.io/storj/cmd/uplink
uplink setup
You can edit :~/.local/share/storj/uplink/config.yaml
to your liking. Then run it!
uplink ls