uskudnik / amazon-glacier-cmd-interface

Command line interface for Amazon Glacier
MIT License
374 stars 100 forks source link

Put subcommands(mkvault,rmvault,upload,...) to new class #25

Closed offlinehacker closed 11 years ago

offlinehacker commented 11 years ago

Why would we add another layer?

Well we implemented additional functionality using bookkeeping. This way our functionality would be more reusable and all output will be managed by current cmd line. Tests will be much more easier to implement and we will finally be able to implement fuse fs functionality.

offlinehacker commented 11 years ago

This can be c