-
Notifications
You must be signed in to change notification settings - Fork 672
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16d85f7
commit 0303236
Showing
9 changed files
with
385 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[default] | ||
region = ap-south-1 | ||
|
||
[profile default] | ||
region = ap-north-1 | ||
|
||
[profile duplicate-profile] | ||
region = us-east-1 | ||
|
||
[profile duplicate-profile] | ||
region = us-west-2 | ||
|
||
[profile partial-creds-1] | ||
aws_access_key_id = notForAccess | ||
|
||
[profile complete] | ||
aws_access_key_id = configAccessKey | ||
aws_secret_access_key = configSecretKey | ||
region = us-west-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[profile partial-creds-1] | ||
aws_secret_access_key = configSecretKey | ||
region = us-west-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[duplicate-profile] | ||
region = us-east-1 | ||
|
||
[duplicate-profile] | ||
region = us-west-2 | ||
|
||
[profile unused-profile] | ||
region = ap-north-1 | ||
|
||
[partial-creds-1] | ||
aws_secret_access_key = notForSecretAccess | ||
|
||
[complete] | ||
aws_access_key_id = credsAccessKey | ||
aws_secret_access_key = credsSecretKey | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[partial-creds-1] | ||
aws_access_key_id = credsAccessKey | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters