AWS SDK for C++AWS SDK for C++ Version 1.11.792 |
#include <AWSUrlPresigner.h>
Helper class to generate pre-signed AWS URLs.
Definition at line 23 of file AWSUrlPresigner.h.
Definition at line 28 of file AWSUrlPresigner.h.
Aws::Http::QueryStringParameterCollection(),
0,
{}
Generates a signed Uri for a supplied request and uri.
Aws::Http::QueryStringParameterCollection(),
0,
{}
Generates a signed Uri for a supplied request and uri.
Aws::Http::QueryStringParameterCollection(),
0,
{}
Generates a signed Uri for a supplied request and uri.
Aws::Http::QueryStringParameterCollection(),
0,
{}
Generates a signed Uri using the injected signer. for the supplied request object, uri, http method, region, service name, signer name, and customized headers. expirationInSeconds defaults to 0 which is the default 7 days.
This is a real method for request+uri pre-signing, the rest are just overloads.
{},
0,
Aws::Auth::SIGV4_SIGNER,
nullptr,
nullptr,
{}
Generates a signed Uri for a supplied AWSEndpoint.
0,
{}
Generates a signed Uri using the injected signer, for the supplied uri, http method, and customized headers. expirationInSeconds defaults to 0 which is the default 7 days. The implication of this function is using auth signer v4 to sign it.
0,
{}
Generates a signed Uri using the injected signer, for the supplied uri, http method, and customized headers. expirationInSeconds defaults to 0 which is the default 7 days.
0,
{}
Generates a signed Uri using the injected signer, for the supplied uri, http method, and customized headers. expirationInSeconds defaults to 0 which is the default 7 days.
0,
{}
Generates a signed Uri using the injected signer, for the supplied uri, http method, region, service name, signer name, and customized headers. expirationInSeconds defaults to 0 which is the default 7 days.
This is a real method for uri pre-signing, the rest are just overloads.
0,
{}
Generates a signed Uri using the injected signer, for the supplied uri, http method, region, service name, and signer name. expirationInSeconds defaults to 0 which is the default 7 days.
0,
{}
Generates a signed Uri using the injected signer, for the supplied uri, http method, region, and service name. expirationInSeconds defaults to 0 which is the default 7 days.
0,
{}
Generates a signed Uri using the injected signer, for the supplied uri, http method, and region. expirationInSeconds defaults to 0 which is the default 7 days.
0,
{}
Generates a signed Uri using the injected signer, for the supplied uri and http method. expirationInSeconds defaults to 0 which is the default 7 days. The implication of this function is using auth signer v4 to sign it.
Definition at line 184 of file AWSUrlPresigner.h.
Definition at line 182 of file AWSUrlPresigner.h.