| 2098 | } |
| 2099 | |
| 2100 | Status UploadPart(std::shared_ptr<Buffer> buffer) { |
| 2101 | return UploadPart(buffer->data(), buffer->size(), buffer); |
| 2102 | } |
| 2103 | |
| 2104 | static Status UploadPartError(const Aws::S3::Model::UploadPartRequest& request, |
| 2105 | const Aws::S3::Model::UploadPartOutcome& outcome) { |
no test coverage detected