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

Method _extra_put_object_args

awscli/s3transfer/upload.py:775–778  ·  view source on GitHub ↗
(self, extra_args)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

get_filtered_dictFunction · 0.90

Tested by

no test coverage detected