We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc7e63 commit 4be8abaCopy full SHA for 4be8aba
aws/aws.go
@@ -10,6 +10,8 @@ import (
10
)
11
12
const (
13
+ // DefaultProfile is the default profile to be used when loading configuration
14
+ // from the config files if another profile name is not provided.
15
DefaultProfile = session.DefaultSharedConfigProfile
16
17
0 commit comments