MinIO C++ SDK
Public Member Functions | Public Attributes | List of all members
minio::s3::RequestBuilder Struct Reference

Public Member Functions

 RequestBuilder (http::Method httpmethod, std::string regionvalue, http::BaseUrl &baseurl)
 
http::Request Build (creds::Provider *provider=NULL)
 

Public Attributes

http::Method method
 
std::string region
 
http::BaseUrlbase_url
 
std::string user_agent
 
utils::Multimap headers
 
utils::Multimap query_params
 
std::string bucket_name
 
std::string object_name
 
std::string_view body = ""
 
http::DataCallback data_callback = NULL
 
void * user_arg = NULL
 
std::string sha256
 
utils::Time date
 
bool debug = false
 
bool ignore_cert_check = false
 

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