weijin
weijin
> ve traced the source codes. I have the same issue, you said you dsiable ip6 to fix it, it had any other problem?
something wrong with s3 server, thanks all
it worked now
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:...