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

Method _add_operation_defaults

awscli/s3transfer/manager.py:519–524  ·  view source on GitHub ↗
(self, extra_args)

Source from the content-addressed store, hash-verified

517 )
518
519 def _add_operation_defaults(self, extra_args):
520 if (
521 self.client.meta.config.request_checksum_calculation
522 == "when_supported"
523 ):
524 set_default_checksum_algorithm(extra_args)
525
526 def _submit_transfer(
527 self, call_args, submission_task_cls, extra_main_kwargs=None

Callers 1

uploadMethod · 0.95

Calls 1

Tested by

no test coverage detected