| 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) { |
no test coverage detected