File: load_credentials

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 662,428 kB
  • sloc: java: 16,875; makefile: 432; sh: 175
file content (34 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[duplicate-profile]
region = us-east-1

[profile    with-tab]
region = cn-south-2

[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

[replaced-profile]
region = us-west-2

[profile replaced-profile]
region = us-east-1

[profile profile]
region = us-east-1

[profile-bar]
region = us-west-2

[profile ignored-profile]
region = ap-east-1