Skip to content

Commit

Permalink
fix(deps): New URL for preview SDK download
Browse files Browse the repository at this point in the history
Old ...aws.dev URL no longer available
  • Loading branch information
athewsey committed Aug 8, 2023
1 parent 70c36b3 commit 59397ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd ./dependencies
# Removing prior dependencies
rm -rf *
echo "Downloading dependencies"
curl -sS https://preview.documentation.bedrock.aws.dev/Documentation/SDK/bedrock-python-sdk.zip > sdk.zip && \
curl -sS https://d2eo22ngex1n9g.cloudfront.net/Documentation/SDK/bedrock-python-sdk.zip > sdk.zip && \
echo "Unpacking dependencies"
# (SageMaker Studio system terminals don't have `unzip` utility installed)
if command -v unzip &> /dev/null
Expand Down

0 comments on commit 59397ca

Please sign in to comment.