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
The version of the AWSCLI binary we're using the AWSCLI pod is an X version below the latest stable:
$ oc exec s3cli-0 -n s3cli-zo0nsapkz313f -- aws --version aws-cli/1.25.97 Python/3.10.14 Linux/5.14.0-427.50.1.el9_4.x86_64 botocore/1.21.49 $ brew info awscli --json | jq -r ".[0].versions.stable" 2.23.7
This can cause some discrepancies like in the one in this bug as well as other unexpected issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The version of the AWSCLI binary we're using the AWSCLI pod is an X version below the latest stable:
This can cause some discrepancies like in the one in this bug as well as other unexpected issues.
The text was updated successfully, but these errors were encountered: