Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ghostdevv/linode-object-upload
- Owner: ghostdevv
- License: other
- Created: 2021-01-03T18:51:57.000Z (almost 4 years ago)
- Default Branch: stable
- Last Pushed: 2022-03-24T10:01:51.000Z (over 2 years ago)
- Last Synced: 2024-10-11T12:48:23.773Z (about 1 month ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - ghostdevv/linode-object-upload - A simple cli tool to upload a file to Linode Object Storage (JavaScript)
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