MCPcopy Index your code
hub / github.com/aws/aws-cli / read

Method read

awscli/s3transfer/__init__.py:341–345  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

339 self._callback = callback
340
341 def read(self, *args, **kwargs):
342 value = self._stream.read(*args, **kwargs)
343 if self._callback is not None:
344 self._callback(len(value))
345 return value
346
347
348class OSUtils:

Callers 2

_download_rangeMethod · 0.95
_do_get_objectMethod · 0.95

Calls 1

readMethod · 0.45

Tested by

no test coverage detected