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

Method _extra_create_multipart_args

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

Source from the content-addressed store, hash-verified

768 return get_filtered_dict(extra_args, self.COMPLETE_MULTIPART_ARGS)
769
770 def _extra_create_multipart_args(self, extra_args):
771 return get_filtered_dict(
772 extra_args, blocklisted_keys=self.CREATE_MULTIPART_BLOCKLIST
773 )
774
775 def _extra_put_object_args(self, extra_args):
776 return get_filtered_dict(

Callers 1

Calls 1

get_filtered_dictFunction · 0.90

Tested by

no test coverage detected