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

Method create_client

tests/integration/botocore/test_s3.py:319–320  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

317 )
318
319 def create_client(self):
320 return self.session.create_client('s3', self.region)
321
322 def assert_can_put_object(self, body):
323 client = self.create_client()

Callers 15

assert_can_put_objectMethod · 0.95
setUpMethod · 0.45
wait_for_assume_roleMethod · 0.45
put_objectMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
test_get_ses_waiterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected