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

Method _construct_cli_binary_format_chain

awscli/clidriver.py:401–409  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

399 return ChainProvider(providers=providers)
400
401 def _construct_cli_binary_format_chain(self):
402 providers = [
403 ScopedConfigProvider(
404 config_var_name='cli_binary_format',
405 session=self.session,
406 ),
407 ConstantProvider(value='base64'),
408 ]
409 return ChainProvider(providers=providers)
410
411 def _construct_cli_auto_prompt_chain(self):
412 providers = [

Callers 1

_update_config_chainMethod · 0.95

Calls 3

ConstantProviderClass · 0.90
ChainProviderClass · 0.90

Tested by

no test coverage detected