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

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

Detailed Description

ListParts action request

See also
https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html#API_ListParts_RequestSyntax NOTE:
  • The ListParts request returns a maximum of 1,000 uploaded parts. The limit of 1,000 parts is also the default value.
  • key is expected to be URL encoded

Definition at line 87 of file requests.hpp.

Public Attributes

std::string key
 
std::string upload_id
 
unsigned max_parts {1000u}
 
std::optional< unsigned > part_number_marker
 

Member Data Documentation

◆ key

std::string s3api::multipart_upload::ListPartsRequest::key

Definition at line 88 of file requests.hpp.

◆ max_parts

unsigned s3api::multipart_upload::ListPartsRequest::max_parts {1000u}

Definition at line 90 of file requests.hpp.

◆ part_number_marker

std::optional<unsigned> s3api::multipart_upload::ListPartsRequest::part_number_marker

Definition at line 91 of file requests.hpp.

◆ upload_id

std::string s3api::multipart_upload::ListPartsRequest::upload_id

Definition at line 89 of file requests.hpp.


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