Your opinion will help to improve our service
Leave a feedback >Definition at line 16 of file access_key.hpp.
Public Member Functions | |
AccessKey (std::string access_key, Secret secret_key) | |
std::unordered_map< std::string, std::string > | Auth (const Request &request) const override |
std::unordered_map< std::string, std::string > | Sign (const Request &request, time_t expires) const override |
|
inline |
Definition at line 18 of file access_key.hpp.
|
overridevirtual |
Implements s3api::authenticators::Authenticator.
Definition at line 12 of file access_key.cpp.
|
overridevirtual |
Implements s3api::authenticators::Authenticator.
Definition at line 40 of file access_key.cpp.