Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ghostdevv/linode-object-upload

A simple cli tool to upload a file to Linode Object Storage
https://github.com/ghostdevv/linode-object-upload

hacktoberfest

Last synced: 8 days ago
JSON representation

A simple cli tool to upload a file to Linode Object Storage

Awesome Lists containing this project

README

        

# Linode Object Storage Upload
A cli tool to upload a file to linode object storage

# Installation
```bash
npm i -g linode-object-upload
```

# Usage
The cli is all done via a single command.
```bash
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](https://cloud.linode.com/object-storage/buckets)
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