access register

Register your access for use with a hosted gateway.

Usage

./uplink.exe access register <flags> <ACCESS-GRANT>
./uplink.exe access register <flags> <ACCESS-GRANT>

Flags

FlagDescription
--auth-service stringthe address to the service you wish to register your access with (default "auth.storjshare.io:7777")
--publicif the access should be public. Default false

Example

Once you have an access grant from the Create Access Grant in CLI or uplink share you can register it with a GatewayMT auth service and designate the access to be public (no secret ket necessary to access) or private. If you want to use it to host a static site or share a URL, you must create a public access.

./uplink.exe access register --public=true <ACCESS-GRANT>
./uplink.exe access register --public=true <ACCESS-GRANT>
========== CREDENTIALS ===================================================================
Access Key ID: jw7w7n2...
Secret Key : jycbodr...
Endpoint : https://gateway.storjshare.io
========== CREDENTIALS ===================================================================
Access Key ID: jw7w7n2...
Secret Key : jycbodr...
Endpoint : https://gateway.storjshare.io
Previous
access list