grunt-s3
grunt-s3 copied to clipboard
Deleting with wildcard
:+1: I am able to remove individual files by name after updating to 40f01fe923b48f52901ef65bea0f9bba9c2ea742, thanks! But trying
clean: {
del: [{
src: '**/*.*'
}]
}
as per https://github.com/pifantastic/grunt-s3/issues/70 doesn't remove anything. Is there a way to wipe a folder/bucket?
Currently there is not, unfortunately. The approach would be to list all objects in s3, using the prefix filter. Then, all objects would need to be deleted individually. I'd definitely like to get around to this feature eventually.
:+1:
+1 as well
+1
Another +1
+1