Zend Framework  1.12
Public Member Functions | List of all members
Zend_Service_Amazon_Authentication_S3 Class Reference

Public Member Functions

 generateSignature ($method, $path, &$headers)
 Add the S3 Authorization signature to the request headers.
 
- Public Member Functions inherited from Zend_Service_Amazon_Authentication
 __construct ($accessKey, $secretKey, $apiVersion)
 Constructor.
 
 setAccessKey ($accessKey)
 Set access key.
 
 setSecretKey ($secretKey)
 Set secret key.
 
 setApiVersion ($apiVersion)
 Set API version.
 

Additional Inherited Members

- Protected Attributes inherited from Zend_Service_Amazon_Authentication
 $_accessKey
 
 $_secretKey
 
 $_apiVersion
 

Member Function Documentation

generateSignature (   $method,
  $path,
$headers 
)

Add the S3 Authorization signature to the request headers.

Parameters
string$method
string$path
array&$headers
Returns
string