We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ran into an issue today where our agents were failing to download from S3, the error was just this:
Failed to download s3://[bucket-name]/[folder-name]/git-credentials
Error here: https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks/blob/0bcb6b44b5e63bb7e6b87360243fcc5bf8eb5ed2/git-credential-s3-secrets#L67C1-L67C1
Any chance we can extract some errors or capture the STDOUT/STDERR from the download command and copy the output?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ran into an issue today where our agents were failing to download from S3, the error was just this:
Error here: https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks/blob/0bcb6b44b5e63bb7e6b87360243fcc5bf8eb5ed2/git-credential-s3-secrets#L67C1-L67C1
Any chance we can extract some errors or capture the STDOUT/STDERR from the download command and copy the output?
The text was updated successfully, but these errors were encountered: