lericson / simples3

Simple, quick Amazon AWS S3 interface in Python
BSD 2-Clause "Simplified" License
96 stars 36 forks source link

Command line tools #12

Open paxan opened 12 years ago

paxan commented 12 years ago

I've just started a new branch where I plan to add various handy command line tools to simples3. This is a work in progress, so please don't merge this just yet.

First up: simples3-rm which does a batch delete of any keys that match a prefix in a given bucket.

lericson commented 12 years ago

Awesome stuff. I've been meaning to do this for so long.