MCPcopy Create free account
hub / github.com/apache/arrow / UploadPart

Method UploadPart

cpp/src/arrow/filesystem/s3fs.cc:2041–2043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2039 }
2040
2041 Status UploadPart(std::shared_ptr<Buffer> buffer) {
2042 return UploadPart(buffer->data(), buffer->size(), buffer);
2043 }
2044
2045 static Status UploadPartError(const Aws::S3::Model::UploadPartRequest& request,
2046 const Aws::S3::Model::UploadPartOutcome& outcome) {

Callers 1

TriggerUploadRequestMethod · 0.80

Calls 4

OKFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45
GetResultMethod · 0.45

Tested by

no test coverage detected