(self, extra_args)
| 773 | ) |
| 774 | |
| 775 | def _extra_put_object_args(self, extra_args): |
| 776 | return get_filtered_dict( |
| 777 | extra_args, blocklisted_keys=self.PUT_OBJECT_BLOCKLIST |
| 778 | ) |
| 779 | |
| 780 | def _get_upload_task_tag(self, upload_input_manager, operation_name): |
| 781 | tag = None |
no test coverage detected