There should be an easy way of deleting a bucket or a folder. If not on the webinterface directly, at least in the uplink cli.
Something like rm --recursive sf://bucket/
There should be an easy way of deleting a bucket or a folder. If not on the webinterface directly, at least in the uplink cli.
Something like rm --recursive sf://bucket/
Have you tried uplink rb sj://<bucket> --force
? It should delete the bucket and everything in it.
Thanks @jennifer, works like a charm!