Describe the bug
AWS S3 credential_process spawn fails with the below error on macos.
2026-07-02 00:03:35,595 [Thread-73] WARN ch.cyberduck.core.s3.S3CredentialsConfigurator - Failure "Cannot run program "sh": error=0, posix_spawn failed" parsing credentials from output of command ***
To Reproduce
Steps to reproduce the behavior:
- Create a profile with credential_process in ~/.aws/credentials file
- Enable "S3 (Credentials from AWS Command Line Interface)" profile
- Create connection with the AWS profile added ~/.aws/credentials file
- Click on connect
- See the error in debug logs
Expected behavior
A successful execution of credential process.
Desktop (please complete the following information):
Additional context
I think error is because of missing jspawnhelper lib.
Describe the bug
AWS S3 credential_process spawn fails with the below error on macos.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A successful execution of credential process.
Desktop (please complete the following information):
Additional context
I think error is because of missing jspawnhelper lib.