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

Method _run_main

awscli/customizations/s3/subcommands.py:773–779  ·  view source on GitHub ↗
(self, parsed_args, parsed_globals)

Source from the content-addressed store, hash-verified

771
772class S3Command(BasicCommand):
773 def _run_main(self, parsed_args, parsed_globals):
774 params = {
775 'region': parsed_globals.region,
776 'endpoint_url': parsed_globals.endpoint_url,
777 'verify_ssl': parsed_globals.verify_ssl,
778 }
779 self.client = ClientFactory(self._session).create_client(params)
780
781
782class ListCommand(S3Command):

Callers 6

_run_mainMethod · 0.45
_run_mainMethod · 0.45
_run_mainMethod · 0.45
_run_mainMethod · 0.45
_run_mainMethod · 0.45
_run_mainMethod · 0.45

Calls 2

ClientFactoryClass · 0.90
create_clientMethod · 0.45

Tested by

no test coverage detected