Better explanation.

This commit is contained in:
Itamar Turner-Trauring 2022-02-04 09:26:58 -05:00
parent 7454929be0
commit 5e3a31166d

View File

@ -1073,7 +1073,7 @@ class _HTTPBucketWriter(object):
@attr.s
class _HTTPBucketReader(object):
"""
Emulate a ``RIBucketReader``.
Emulate a ``RIBucketReader``, but use HTTP protocol underneath.
"""
client = attr.ib(type=StorageClientImmutables)
storage_index = attr.ib(type=bytes)