"...models/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "201f04b40e5ec9911d152eafb4f79e9e4ea8a49c"
Commit def0727d authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Add region to aws command

parent 5739b631
...@@ -31,4 +31,4 @@ fi ...@@ -31,4 +31,4 @@ fi
DOWNLOAD_DIR="${1}/openfold_params" DOWNLOAD_DIR="${1}/openfold_params"
mkdir -p "${DOWNLOAD_DIR}" mkdir -p "${DOWNLOAD_DIR}"
aws s3 cp --no-sign-request s3://openfold/openfold_params/ "${DOWNLOAD_DIR}" --recursive aws s3 cp --no-sign-request --region us-east-1 s3://openfold/openfold_params/ "${DOWNLOAD_DIR}" --recursive
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment