mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
Better explanation.
This commit is contained in:
parent
7454929be0
commit
5e3a31166d
@ -1073,7 +1073,7 @@ class _HTTPBucketWriter(object):
|
|||||||
@attr.s
|
@attr.s
|
||||||
class _HTTPBucketReader(object):
|
class _HTTPBucketReader(object):
|
||||||
"""
|
"""
|
||||||
Emulate a ``RIBucketReader``.
|
Emulate a ``RIBucketReader``, but use HTTP protocol underneath.
|
||||||
"""
|
"""
|
||||||
client = attr.ib(type=StorageClientImmutables)
|
client = attr.ib(type=StorageClientImmutables)
|
||||||
storage_index = attr.ib(type=bytes)
|
storage_index = attr.ib(type=bytes)
|
||||||
|
Loading…
Reference in New Issue
Block a user