Use filesystem walk ordering rather than hash order

This commit is contained in:
Nick Craig-Wood
2012-11-28 11:38:14 +00:00
parent 3e4f75b558
commit a49b8ca0b6
2 changed files with 3 additions and 5 deletions
-2
View File
@@ -13,8 +13,6 @@ subargs.append('x-object-meta-mtime:%d' % getmtime(options.input_))
Need an iterate all objects routine... Could use a channel
- could just be a flag to Objects()
FIXME ordering not hash order
FIXME progress meter would be nice! Do this by wrapping the Reader with a progress bar
Do bandwidth limit by wrapping the Reader too