Socket
Socket
Sign inDemoInstall

linode-object-upload

Package Overview
Dependencies
39
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    linode-object-upload

A cli tool to help you upload to linode object storage


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Install size
70.4 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 08 Jun 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc