Class OpenVDS::GoogleCredentialsSignedUrl

class GoogleCredentialsSignedUrl

Credentials for opening a VDS in Google Cloud Storage by using the default credentials Using signed URL mechanism.

Public Functions

inline explicit GoogleCredentialsSignedUrl(std::string const &region)

GoogleCredentialsSignedUrl constructor.

Parameters:

region – The string containing the region required for signature generation

inline explicit GoogleCredentialsSignedUrl(std::string &&region) noexcept