]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Teach uploader to keep object stats, not file stats.
authorDaira Hopwood <daira@jacaranda.org>
Tue, 28 Apr 2015 20:15:02 +0000 (21:15 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 15 Sep 2015 16:55:56 +0000 (17:55 +0100)
commit31d6d46d769e11d2b091044485bfa70f709191c6
treef6a97f7ed59c59ba2dd28abee67762ebbb85cc4c
parent7e3462ab334e79ca997e3a21fa3dd3bf0c822e9f
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.)

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/frontends/drop_upload.py