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

Method create_client

tests/unit/test_clidriver.py:260–264  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

258 return self.config_store
259
260 def create_client(self, *args, **kwargs):
261 client = mock.Mock()
262 client.list_objects.return_value = {}
263 client.can_paginate.return_value = False
264 return client
265
266 def get_available_services(self):
267 return ['s3']

Calls

no outgoing calls

Tested by

no test coverage detected