Skip to content

Commit

Permalink
.aws/: Added AWS CLI config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Jul 18, 2015
1 parent c413034 commit 74a203a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .aws/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[default]
region = us-east-1
3 changes: 3 additions & 0 deletions .aws/credentials
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[default]
aws_access_key_id = YOURACCESSKEY
aws_secret_access_key = YOURSECRETKEY

0 comments on commit 74a203a

Please sign in to comment.