-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Credentials Provider failed to source credentials with error 2058(aws-c-http: AWS_ERROR_HTTP_CONNECTION_CLOSED, The connection has closed or is closing.) #1207
Comments
Any help here? Could someone confirm that usually multiple mounts should be supported by mount-s3? And that this is a authentication issue? |
Hi @at16cib, thanks for this finding. Your use case should be supported. Those logs point to a transient issue with the container credentials provider:
We suspect that retrying credential retrieval will help in this case. The CRT team implemented the fix for that: https://github.com/awslabs/aws-c-auth/pull/259/files. This will be included in the next release of Mountpoint. |
Update the CRT to the latest releases. This change also updates the exclude list, primarily due to one of the test files being replaced by a compressed (but still large) file: aws/aws-lc#2123 This change pulls in a bug fix (awslabs/aws-c-auth#259), addressing #1207. ### Does this change impact existing behavior? One bug fix is included in CRT changes. ### Does this change need a changelog entry? Does it require a version change? Change log entry added for the CRT fix. It is a bug fix, so patch version bump to `mountpoint-s3-client` remains appropriate. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). Signed-off-by: Daniel Carl Jones <[email protected]>
Awesome, great to hear that this will be fixed soon! Do you know the release date and the version that will include the fix? |
Hey @at16cib, the next version will include the fix. Currently, that would be 1.14.1 as no new features are added. We don't have a date yet, but based on past releases we aim for no more than a month between releases. |
Update the CRT to the latest releases. This change also updates the exclude list, primarily due to one of the test files being replaced by a compressed (but still large) file: aws/aws-lc#2123 This change pulls in a bug fix (awslabs/aws-c-auth#259), addressing awslabs#1207. ### Does this change impact existing behavior? One bug fix is included in CRT changes. ### Does this change need a changelog entry? Does it require a version change? Change log entry added for the CRT fix. It is a bug fix, so patch version bump to `mountpoint-s3-client` remains appropriate. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). Signed-off-by: Daniel Carl Jones <[email protected]>
Mountpoint for Amazon S3 version
mount-s3 1.13.0
AWS Region
eu-central-1
Describe the running environment
Batch job, ECS task using a Docker image Ubuntu 22.04.
The credentials to access the s3 bucket:
Mountpoint options
What happened?
All mount points are established successfully:
But as soon as a file is getting accessed from the 2. mountpoint multiple errors are logged:
AWS_ERROR_HTTP_CONNECTION_CLOSED
Relevant log output
The text was updated successfully, but these errors were encountered: