Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_object
Method · 0.95
setUp
Method · 0.45
wait_for_assume_role
Method · 0.45
put_object
Method · 0.45
setUp
Method · 0.45
test_emr_endpoints_work_with_py26
Function · 0.45
setUp
Method · 0.45
test_regionalized_endpoints
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
test_get_ses_waiter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected