~awstools-dev/ubuntu/quantal/iamcli/quantal

« back to all changes in this revision

Viewing changes to aws-credential.template

  • Committer: Scott Moser
  • Date: 2011-04-05 18:41:55 UTC
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: smoser@ubuntu.com-20110405184155-lz53krlcgvkib49w
Tags: upstream-1.2.0
ImportĀ upstreamĀ versionĀ 1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Enter the AWS Keys without the < or >
 
2
# You can either use the AWS Accounts access keys and they can be found at 
 
3
# http://aws.amazon.com under Account->Security Credentials
 
4
# or you can use the access keys of a user created with IAM
 
5
AWSAccessKeyId=<Write your AWS access ID>
 
6
AWSSecretKey=<Write your AWS secret key>
 
7