userver: s3api::multipart_upload::CompleteMultipartUploadResult Struct Reference
Loading...
Searching...
No Matches
s3api::multipart_upload::CompleteMultipartUploadResult Struct Reference

#include <userver/s3api/models/multipart_upload/responses.hpp>

Detailed Description

The response body content of CompleteMultipartUpload action request

See also
https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html#API_CompleteMultipartUpload_ResponseSyntax May also include ETag, Checksum*, etc. NOTE: 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
 

Member Function Documentation

◆ Parse()

CompleteMultipartUploadResult s3api::multipart_upload::CompleteMultipartUploadResult::Parse ( utils::zstring_view http_s3_respose_body)
static

Definition at line 93 of file responses.cpp.

Member Data Documentation

◆ bucket

std::string s3api::multipart_upload::CompleteMultipartUploadResult::bucket

Definition at line 40 of file responses.hpp.

◆ key

std::string s3api::multipart_upload::CompleteMultipartUploadResult::key

Definition at line 41 of file responses.hpp.

◆ location

std::string s3api::multipart_upload::CompleteMultipartUploadResult::location

Definition at line 42 of file responses.hpp.


The documentation for this struct was generated from the following files: