Authentication timeout for AWS credentials provider #12421
Labels
meta: regression
This issue represents a regression
provider: aws
Anything `aws` service provider related
type: bug
A code related bug.
Milestone
A note for the community
Problem
A user ran into:
When upgrading to Vector v0.21.1 (and thus the new AWS SDKs).
Upon some investigation, I think the timeout used by the new SDKs is lower than what rusoto was using. The new AWS SDK seems to default to 5 seconds while rusoto defaulted to 30 seconds.
Configuration
No response
Version
vector 0.21.1
Debug Output
No response
Example Data
No response
Additional Context
No response
References
load_timeout
when constructing withDefaultCredentialsChain
awslabs/aws-sdk-rust#462The text was updated successfully, but these errors were encountered: