It would be nice if there was a bulk delete for files that satisfy a query in a bucket. Something like: ``` myBucket.deleteFiles({ prefix: 'myDirectory/' }, callback); ```