1.0.2 • Published 2 years ago

cloudfiles-upload v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

cloudfiles-upload

Upload files and folders (recursively) to Rackspace Cloud Files.

Installation

npm install -g cloudfiles-upload

How to use (CLI)

# Upload folder recursively
cloudfiles-upload -u $RACKSPACE_USERNAME -k $RACKSPACE_API -r LON -f ./files -c my-container -o remotefiles/path/

# Upload single file
cloudfiles-upload -u $RACKSPACE_USERNAME -k $RACKSPACE_API -r LON -f ./myfile.txt -c my-container -o remotefiles/path/myfile.txt

Options

-u --username Rackspace username
-k --apiKey Rackspace API Key
-c --container Cloud Files container
-f --file file/directory path
-r --region Cloud Files Region
-o --output Output file path