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

Method _multipart_upload

awscli/s3transfer/__init__.py:882–884  ·  view source on GitHub ↗
(self, filename, bucket, key, callback, extra_args)

Source from the content-addressed store, hash-verified

880 ]
881
882 def _multipart_upload(self, filename, bucket, key, callback, extra_args):
883 uploader = MultipartUploader(self._client, self._config, self._osutil)
884 uploader.upload_file(filename, bucket, key, callback, extra_args)

Callers 1

upload_fileMethod · 0.95

Calls 2

upload_fileMethod · 0.95
MultipartUploaderClass · 0.85

Tested by

no test coverage detected