Skip to content

A cli tool to help you upload to delete a linode object storage bucket

License

Notifications You must be signed in to change notification settings

ghostdevv/linode-bucket-delete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linode Bucket Delete

A cli tool to help you upload to delete a linode object storage bucket

WARNING: This tool deletes all objects inside the buckets which is irreversible while this tool does have a confirmation step it can be skipped with -y flag, be careful!

Installation

npm i -g linode-bucket-delete

Usage

The cli is all done via a single command.

linode-bucket-delete -bucket bucket -region region -key key -secret secret

Options (all are required)

  • 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

About

A cli tool to help you upload to delete a linode object storage bucket

Resources

License

Stars

Watchers

Forks

Packages

No packages published