]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Teach uploader to keep object stats not file stats 158/head 160/head
authorDavid Stainton <dstainton415@gmail.com>
Fri, 17 Apr 2015 22:30:27 +0000 (23:30 +0100)
committerDavid Stainton <dstainton415@gmail.com>
Fri, 17 Apr 2015 22:30:27 +0000 (23:30 +0100)
commitde024c772bd23defb067dc0e5247588a2c61ae59
treea5ac7ebd4a8830361af504ecfd857ca21ceae04b
parent7c423074fb491f92d6ee576ec34b19095a963df4
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