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

Method _extra_upload_part_args

awscli/s3transfer/copies.py:299–302  ·  view source on GitHub ↗
(self, extra_args)

Source from the content-addressed store, hash-verified

297 )
298
299 def _extra_upload_part_args(self, extra_args):
300 # Only the args in COPY_PART_ARGS actually need to be passed
301 # onto the upload_part_copy calls.
302 return get_filtered_dict(extra_args, self.UPLOAD_PART_COPY_ARGS)
303
304 def _extra_complete_multipart_args(self, extra_args):
305 return get_filtered_dict(extra_args, self.COMPLETE_MULTIPART_ARGS)

Callers 1

Calls 1

get_filtered_dictFunction · 0.90

Tested by

no test coverage detected