storj/cmd/uplink
paul cannon 8675cd178c cmd/uplink: add flags to 'put' subcommand
This enables use of the --progress, --expires, and --metadata flags with
'uplink put'. These flags work similarly to their counterparts in the
'uplink cp' command.

Small difference from cp: "progress" is on by default in 'uplink cp',
but (for backwards compatibility) off by default in 'uplink put'.

Why: Requested by @Toyoo on the forum:
https://forum.storj.io/t/explicit-data-expiration-questions/13854/2

..and it's an easy addition to make.

Change-Id: Id20aedd3a280db43e4883338f92f6beec7a400de
2021-06-01 19:16:22 +00:00
..
cmd cmd/uplink: add flags to 'put' subcommand 2021-06-01 19:16:22 +00:00
Dockerfile cmd: ensure proper arch is used for docker container 2020-12-20 09:26:23 +02:00
entrypoint Adding additional required values for satellite configuration (#1036) 2019-01-11 22:47:18 -05:00
main.go private/version: minimal fix for tag-release.sh 2020-04-01 13:46:45 +00:00
README.md remove identity setup from uplink instructions (#2761) 2019-08-12 15:40:16 +02:00

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