From 8c0f9facdf37c37e82c13a2d94030b3197a7e1f4 Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:45:05 -0400 Subject: [PATCH] Update --- backend/s3-sync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/s3-sync.sh b/backend/s3-sync.sh index c918bb1f99..977021e0bf 100755 --- a/backend/s3-sync.sh +++ b/backend/s3-sync.sh @@ -3,6 +3,7 @@ # This requires: cf bind-service gsa-fac fac-private-s3 -c '{"additional_instances": ["backups"]}' # Grab AWS cli +unset https_proxy curl -L "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" unzip awscliv2.zip && rm awscliv2.zip ./aws/install -i ~/usr -b ~/bin