]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
upload: use WriteBucketProxy_v2 when uploading a large file (with shares larger than...
authorBrian Warner <warner@allmydata.com>
Tue, 13 Jan 2009 03:14:42 +0000 (20:14 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 13 Jan 2009 03:14:42 +0000 (20:14 -0700)
commitcc50e2f4aa96dd66889d676821ceef8f1513312e
treede779950ad340c97ba9364bde8358c31b363a8b8
parentbf56e2bb51e120b1a4f34f967a75ea99b2b8b904
upload: use WriteBucketProxy_v2 when uploading a large file (with shares larger than 4GiB). This finally closes #346. I think we can now handle immutable files up to 48EiB.
src/allmydata/immutable/layout.py
src/allmydata/immutable/upload.py
src/allmydata/test/test_upload.py