MCPcopy Create free account
hub / github.com/aws/aws-cli / OnBodyFileObjWriter

Class OnBodyFileObjWriter

awscli/s3transfer/crt.py:923–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921
922
923class OnBodyFileObjWriter:
924 def __init__(self, fileobj):
925 self._fileobj = fileobj
926
927 def __call__(self, chunk, **kwargs):
928 self._fileobj.write(chunk)
929
930
931class _S3ArnParamHandler:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected