userver: userver/s3api/models/s3api_connection_type.hpp File Reference
Loading...
Searching...
No Matches
s3api_connection_type.hpp File Reference

Detailed Description

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.

#include <string>
#include <userver/formats/json_fwd.hpp>
+ This graph shows which files directly or indirectly include 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)