rb

rb is the command to remove an empty bucket, or empty a bucket and then remove it.

Usage

./uplink.exe rb sj://BUCKET [flags]
./uplink.exe rb sj://BUCKET [flags]

Flags

FlagDescription
--access stringthe serialized access, or name of the access to use
--forceif true, empties the bucket of objects first
--help, -hhelp for rb

Examples

Delete empty bucket

./uplink.exe rb sj://cakes
./uplink.exe rb sj://cakes

Output:

Delete bucket and all the objects it contains

./uplink.exe rb sj://cakes --force
./uplink.exe rb sj://cakes --force

Output:

Deleting large buckets is a time-consuming process. It would roughly take 1 hour per 10,000 objects. We are working on adding progress reporting.

If you need to delete very large buckets and the waiting time is unacceptable, please file a support request.

Previous
mv
Next
rm