Uplink CLI API

Introduction

An application that allows you to access Object Storage from the command line. Use this tool to upload and manage objects and buckets.

To setup uplink see Uplink CLI Tutorial.

The uplink command can take the following child commands:

CommandDescription
accessset of commands to manage access grants
importimport a serialized access grant into the configuration
cpcopy a file from outside of Storj bucket to inside or vice versa
lslist objects and prefixes or all buckets
mbmake a new bucket
metametadata related commands
mvmoves a Storj object to another location in Storj
rbremove a bucket
rmremove a file from a Storj bucket
setupcreate an uplink config file
shareshares restricted access to objects

Global flags

FlagDescription
-h, --helpprints help for the command
--summaryprints a summary of what commands are available
--advancedif used in with -h, print advanced flags help
--config-dir stringmain directory for uplink configuration

Advanced global flags

You can see them with the uplink <command> --help --advanced command.

Global flagsDescription
--interactiveControls if interactive input is allowed
--config-dir stringDirectory that stores the configuration
--legacy-config-dir stringDirectory that stores legacy configuration. Only used during migration
--trace-id int64Specify a trace id manually. This should be globally unique. Usually you
don't need to set it, and it will be automatically generated.
--trace-sample float64The chance (between 0 and 1.0) to report tracing information. Set to 1 to
always send it.
--trace-verbose boolFlag to print out used trace ID
--trace-addr stringSpecify where to send traces
--trace-tagscomma separated k=v pairs to be added to distributed traces
--events-addr stringSpecify where to send events
--debug-pprof stringFile to collect Golang pprof profiling data
--debug-monkit-trace stringFile to collect Monkit trace data. Understands file extensions .json and .svg
--debug-monkit-stats stringFile to collect Monkit stats
--analyticsWhether to send usage information to Storj
--help, -hprints help for the command
--summaryprints a summary of what commands are available
--advancedwhen used with -h, prints advanced flags help
Previous
Storj IPFS Pinning Service (Beta)