S3 connection type. Currently used to distinguish between http and https. It will be removed in future versions.
Definition in file s3api_connection_type.hpp.
Go to the source code of this file.
Namespaces | |
namespace | s3api |
Top namespace for S3 library. | |
Enumerations | |
enum class | S3ConnectionType { kHttp , kHttps } |
Functions | |
S3ConnectionType | s3api::Parse (const formats::json::Value &elem, formats::parse::To< S3ConnectionType >) |
std::string | s3api::ToString (S3ConnectionType connection_type) |
std::string_view | s3api::ToStringView (S3ConnectionType connection_type) |