~mike-silverorange/+junk/services-amazon-sqs

« back to all changes in this revision

Viewing changes to cfg/sqs-win.ini

  • Committer: Michael Gauthier
  • Date: 2008-12-09 16:17:06 UTC
  • Revision ID: gauthierm@soyuz-20081209161706-553josr0mofjmsbz
Fix up windows line breaks in windows ini file and batch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
5
; completed.
 
6
;
 
7
; See http://pear.php.net/packages/Services_Amazon_SQS for details.
 
8
;
 
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/.
 
12
 
 
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"
 
16
 
 
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"