1
; This file contains the access keys for your Amazon Web Services (AWS) account
2
; to be used by the PEAR Services_Amazon_SQS package. The Services_Amazon_SQS
3
; package is fully useable without entering this information but the provided
4
; 'sqs' command-line application requires this configuration file to be
7
; See http://pear.php.net/packages/Services_Amazon_SQS for details.
9
; You can get your AWS access keys by going to http://aws.amazon.com/account/
10
; and clicking on the 'Access Identifiers' link. To use the SQS, you must
11
; have signed up for the service at http://aws.amazon.com/sqs/.
13
; Your AWS Access Key ID. Your Access Key ID identifies you as the party
14
; responsible for the request.
15
;access_key = "YOUR-AWS-ACCESS-KEY-HERE"
17
; Your AWS Secret Access Key ID. Your Secret Access Key ID is used to sign
18
; requests for web services that require authenticated requests.
19
;secret_access_key = "YOUR-AWS-SECRET-ACCESS-KEY-HERE"