peak / s5cmd

Parallel S3 and local filesystem execution tool.
MIT License
2.7k stars 239 forks source link

Update AWS SDK to support EKS container #769

Open tisonet opened 3 weeks ago

tisonet commented 3 weeks ago

Update AWS SDK to the latest version to fix issue in EKS containers:

 Ignoring, HTTP credential provider invalid endpoint host, "169.254.170.23", only loopback hosts are allowed.

The support for EKS has been added to SDK by this commit https://github.com/aws/aws-sdk-go/commit/bcc4451db167837d314912ff667b2975eaba34af#diff-33cf96874b95777ed427cc539ea43d9881ee56a8d98a124dbd6d3b71f7c0e10fR128

andrewtapay commented 1 week ago

Thank you for opening this PR. I'm running into the same issue.