Deleting a bucket

Hello @TtheBC01 ,
Welcome to the forum!

@nerdatwork the rclone will not allow you to delete non-empty buckets too, and since the encryption key is lost, this bucket will looks like empty, but it’s not true - the current encryption key just unable to decrypt a content.

The working solution would be only to use uplink CLI.

  1. Create an access grant
  2. Setup uplink with this access grant

To list buckets:

uplink ls

To remove a bucket even if you lost an encryption key:

uplink rb --force sj://bucket-to-remove
3 Likes