Created
September 5, 2024 13:24
-
-
Save kincl/448ac949340d24135280a3dc316a452f to your computer and use it in GitHub Desktop.
AWS CLI in OpenShift AI Workbench
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" | |
unzip awscliv2.zip | |
./aws/install -i /opt/app-root/share/aws-cli -b /opt/app-root/bin | |
aws s3 --endpoint-url $AWS_S3_ENDPOINT ls s3://$AWS_S3_BUCKET |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment