sphereio / node-s3-utils

A Command Line Interface providing some utilities for managing AWS S3 resources
MIT License
7 stars 2 forks source link

Allow to list all files in bucket #11

Closed emmenko closed 9 years ago

emmenko commented 9 years ago
$ s3utils files list ...

@svenmueller What kind of options we need here?

Also, how should we output the response?

svenmueller commented 9 years ago

i think the same as we need for delete subcommand (or all other subcommands which handle mutliple files)

emmenko commented 9 years ago

And how should we provide the response?

emmenko commented 9 years ago

Just stdout?