Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting with wildcard #72

Open
soncodi opened this issue Jun 4, 2013 · 7 comments
Open

Deleting with wildcard #72

soncodi opened this issue Jun 4, 2013 · 7 comments

Comments

@soncodi
Copy link

soncodi commented Jun 4, 2013

馃憤 I am able to remove individual files by name after updating to 40f01fe, thanks! But trying

clean: {
  del: [{
    src: '**/*.*'
  }]
}

as per #70 doesn't remove anything. Is there a way to wipe a folder/bucket?

@pifantastic
Copy link
Owner

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.

@dlupu
Copy link

dlupu commented Jun 20, 2013

馃憤

@eshao
Copy link

eshao commented Aug 16, 2013

+1 as well

@jussi-kalliokoski
Copy link

+1

@constantx
Copy link

would love to have this as well


#chargedByZenHub

@ticking-clock
Copy link

Another +1

@kellengreen
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants