~ubuntu-branches/ubuntu/saucy/iamcli/saucy-proposed

« back to all changes in this revision

Viewing changes to credential-file-path.template

  • Committer: Bazaar Package Importer
  • Author(s): Scott Moser
  • Date: 2010-11-07 22:47:45 UTC
  • Revision ID: james.westby@ubuntu.com-20101107224745-nj9fmq7dqe3my2mv
Tags: upstream-1.1.0
ImportĀ upstreamĀ versionĀ 1.1.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