Is there a way to delete all files in a bucket or at least a folder in a bucket? It doesn't seem like it.
I'd like to see support for the following usages:
The wildcard character actually takes all local files in $PWD and passes as argument(s) to the command
$ linode-cli obj del jtara1.photos *
I don't understand why I get this error here. Q1 is a folder in the bucket containing files.
$ linode-cli obj del jtara1.photos Q1/*
S3ResponseError: 403 Forbidden
Is there a way to delete all files in a bucket or at least a folder in a bucket? It doesn't seem like it.
I'd like to see support for the following usages:
The wildcard character actually takes all local files in
$PWDand passes as argument(s) to the commandI don't understand why I get this error here.
Q1is a folder in the bucket containing files.