weijin

Results 5 comments of weijin

> ve traced the source codes. I have the same issue, you said you dsiable ip6 to fix it, it had any other problem?

is it default to go to 169.254.169.254 server to request token if AWS_SECRET_ACCESS_KEY not set?

``` accessKeyId := getFirstSettingOf(settings, []string{AccessKeyIdSetting, AccessKeySetting}) secretAccessKey := getFirstSettingOf(settings, []string{SecretAccessKeySetting, SecretKeySetting}) sessionToken := settings[SessionTokenSetting] if accessKeyId != "" && secretAccessKey != "" { provider := &credentials.StaticProvider{Value: credentials.Value{ AccessKeyID: accessKeyId, SecretAccessKey:...