category Zend
package Zend_Service_Amazon
subpackage Authentication
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Service_Amazon_Authentication

 Methods

Constructor

__construct(string $accessKey, string $secretKey, string $apiVersion) : void
Inherited

Parameters

$accessKey

string

$secretKey

string

$apiVersion

string

Add the S3 Authorization signature to the request headers

generateSignature(string $method, string $path, $headers) : string

Parameters

$method

string

$path

string

$headers

Returns

string

Set access key

setAccessKey(string $accessKey) : void
Inherited

Parameters

$accessKey

string

Set API version

setApiVersion(string $apiVersion) : void
Inherited

Parameters

$apiVersion

string

Set secret key

setSecretKey(string $secretKey) : void
Inherited

Parameters

$secretKey

string

 Properties

 

$_accessKey

$_accessKey 

Default

 

$_apiVersion

$_apiVersion 

Default

 

$_secretKey

$_secretKey 

Default