Interface EndpointSignatureInterface
Interface for signatures that use specific region and service names when signing requests.
- Aws\Common\Signature\EndpointSignatureInterface implements Aws\Common\Signature\SignatureInterface
Direct known implementers
Indirect known implementers
Methods summary
-
publicsetServiceName ( string $service )Set the service name instead of inferring it from a request URL
-
publicsetRegionName ( string $region )Set the region name instead of inferring it from a request URL
Methods detail
Set the service name instead of inferring it from a request URL
Parameters
- $service
string
$service Name of the service used when signing
Returns
Set the region name instead of inferring it from a request URL
Parameters
- $region
string
$region Name of the region used when signing
Returns
Methods inherited from Aws\Common\Signature\SignatureInterface
createPresignedUrl(),
signRequest()