1.0.0 • Published 4 years ago
linode-bucket-delete v1.0.0
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
-yflag, be careful!
Installation
npm i -g linode-bucket-deleteUsage
The cli is all done via a single command.
linode-bucket-delete -bucket bucket -region region -key key -secret secretOptions (all are required)
bucketthis is the bucket to put the object in tokeythis is the access keysecretthis is the access secretregionthis is the linode region, for exampleeu-central-1
Tips
Find Region
1) Go to your object storage manager 2) Under the bucket you are using it will look something likebucket.eu-central-1.linodeobjects.com. The bit after your bucket name and before linodeobjects.com is your region
1.0.0
4 years ago