]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Teach uploader to keep object stats not file stats
authorDavid Stainton <dstainton415@gmail.com>
Fri, 17 Apr 2015 22:30:27 +0000 (23:30 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 28 Apr 2015 18:39:38 +0000 (19:39 +0100)
commit8ce4688aecadbce5e5b8ca33b164b3ee4013d8ec
tree0bea48560172cbbbecf05cc13532a40b4ebe92ee
parent7ce26ec344f596ee96781c79104e106eb5c69123
Teach uploader to keep object stats not file stats

- we keep track of objects instead of files so that we are not
forced to determine the object type (file, directory, symlink, special file etc.)
src/allmydata/frontends/drop_upload.py
src/allmydata/test/test_drop_upload.py