1
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Aaron Lindsay e2ae508382 Refactor storage interface to return io.Reader and Writer instances
Doing so will enable encrypting/decrypting files in a 'pipeline' without
having to write the intermediate results to a file or store them in
their entirety in memory.

This commit also updates the existing storage classes (local and FTP) to
meet the new interface definition.
2013-09-11 19:37:42 -04:00
Aaron Lindsay 9c442254a7 Finish adding simple user authentication 2013-08-28 23:05:28 -04:00
Aaron Lindsay 6f72225b5b Automatically create/delete directories around file creation/removal 2013-08-14 23:00:52 -04:00
Aaron Lindsay f3b4294b23 add ErrorFileNotFound util function 2013-08-13 23:12:08 -04:00
Aaron Lindsay 3fc3e3a963 Restructured to have subpackages, added server communication 2013-02-20 23:43:01 -05:00