2.0.0 • Published 4 years ago

linode-object-upload v2.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

Linode Object Storage Upload

A cli tool to upload a file to linode object storage

Installation

npm i -g linode-object-upload

Usage

The cli is all done via a single command.

linode-object-upload -file file -bucket bucket -region region -key key -secret secret

Options (all are required)

  • file The file to upload
  • bucket this is the bucket to put the object in to
  • key this is the access key
  • secret this is the access secret
  • region this is the linode region, for example eu-central-1

Tips

  • Find Region

    1) Go to your object storage manager 2) Under the bucket you are using it will look something like bucket.eu-central-1.linodeobjects.com. The bit after your bucket name and before linodeobjects.com is your region
2.0.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago