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

Method __init__

awscli/customizations/s3/factory.py:60–62  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

58 _CRT_PROCESS_LOCK_NAME = 'aws-cli'
59
60 def __init__(self, session):
61 self._session = session
62 self._botocore_client_factory = ClientFactory(self._session)
63
64 def create_transfer_manager(
65 self, params, runtime_config, botocore_client=None

Callers

nothing calls this directly

Calls 1

ClientFactoryClass · 0.85

Tested by

no test coverage detected