SSS - S3 Toolkit 0.9.6
S3 client library and applications
Loading...
Searching...
No Matches
sss::api::S3Api::ListObjectV2Config Struct Reference

ListObjectsV2 request See https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html More...

#include <s3-api.h>

Detailed Description

ListObjectsV2 request See https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html

std::string continuationToken;
std::string delimiter;
std::string encodingType;
std::string fetchOwner;
size_t maxKeys;
std::string prefix;
std::string startAfter;
// default member initializer for 'maxKeys' needed within definition of
// enclosing class 'S3Api' outside of member functions const
// ListObjectV2Config &config = ListObjectV2Config{}
ListObjectV2Config() : maxKeys(0) {}
};
ListObjectsV2 request See https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2....
Definition s3-api.h:212

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