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

Method UploadPartError

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

Source from the content-addressed store, hash-verified

2043 }
2044
2045 static Status UploadPartError(const Aws::S3::Model::UploadPartRequest& request,
2046 const Aws::S3::Model::UploadPartOutcome& outcome) {
2047 return ErrorToStatus(
2048 std::forward_as_tuple("When uploading part for key '", request.GetKey(),
2049 "' in bucket '", request.GetBucket(), "': "),
2050 "UploadPart", outcome.GetError());
2051 }
2052
2053 Status UploadPart(const void* data, int64_t nbytes,
2054 std::shared_ptr<Buffer> owned_buffer = nullptr) {

Callers

nothing calls this directly

Calls 2

ErrorToStatusFunction · 0.85
GetKeyMethod · 0.45

Tested by

no test coverage detected