Commit def0727d authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Add region to aws command

parent 5739b631
......@@ -31,4 +31,4 @@ fi
DOWNLOAD_DIR="${1}/openfold_params"
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