Closed bgdnlp closed 2 years ago
The error is from the configuration reader implementation in AWS SDK and as such I presume comments are not supported by their configuration file format specification or it should be fixed upstream.
It is fixed upstream. I see you recently updated the dependency, so it should also be fixed in 8.2.2. I can't test because it's not yet available for download. Thanks.
It is fixed upstream. I see you recently updated the dependency, so it should also be fixed in 8.2.2. I can't test because it's not yet available for download. Thanks.
Do you have a reference to the upstream commit?
Couldn't find it in reasonable time, sorry. I found a ticket saying it was ok in version 1.11.1XXX IIRC, and the piece of code returning that warning seems to be gone in latest version. I don't know Java, but it seemed to me that you were using 1.11.7XX until 8.2.2, so I'm guessing 8.2.2 is going to work with comments.
It's easy to test, just comment out a line, any line, using #
and/or ;
then try to access an "S3 (Credentials from AWS Security Token Service)" bookmark. It doesn't have to be in the same profile used by Cyberduck, anywhere in ~/.aws/config
seems to return that error in 8.2.1.
Describe the bug CyberDuck refuses to connect to S3 if ~/.aws/config or ~/.aws/credentials contain files without
=
, like comments.To Reproduce Steps to reproduce the behavior:
Expected behavior Comments should be accepted
Screenshots
Desktop (please complete the following information):
Log Files