(self, filename, bucket, key, callback, extra_args)
| 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) |
no test coverage detected