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

Method UploadPartError

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

Source from the content-addressed store, hash-verified

2102 }
2103
2104 static Status UploadPartError(const Aws::S3::Model::UploadPartRequest& request,
2105 const Aws::S3::Model::UploadPartOutcome& outcome) {
2106 return ErrorToStatus(
2107 std::forward_as_tuple("When uploading part for key '", request.GetKey(),
2108 "' in bucket '", request.GetBucket(), "': "),
2109 "UploadPart", outcome.GetError());
2110 }
2111
2112 Status UploadPart(const void* data, int64_t nbytes,
2113 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