#include <userver/s3api/models/multipart_upload/responses.hpp>
The response body content of CompleteMultipartUpload action request
bucket
, key
, location
are allowed to be empty string values by the S3 specification. Definition at line 39 of file responses.hpp.
Static Public Member Functions | |
static CompleteMultipartUploadResult | Parse (utils::zstring_view http_s3_respose_body) |
Public Attributes | |
std::string | bucket |
std::string | key |
std::string | location |
|
static |
Definition at line 93 of file responses.cpp.
std::string s3api::multipart_upload::CompleteMultipartUploadResult::bucket |
Definition at line 40 of file responses.hpp.
std::string s3api::multipart_upload::CompleteMultipartUploadResult::key |
Definition at line 41 of file responses.hpp.
std::string s3api::multipart_upload::CompleteMultipartUploadResult::location |
Definition at line 42 of file responses.hpp.