(self, extra_args)
| 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 |
no test coverage detected