From fed2b4571d0bc9145e94a3080ef645f6190d72c4 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 24 Jan 2021 10:07:01 -0800 Subject: [PATCH] Download anonymously from S3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e7b83d..970c750 100644 --- a/Makefile +++ b/Makefile @@ -218,7 +218,7 @@ pull: # I= : Pull last published Riju image from Docker Hub download: # L= T= : Download last published .deb from S3 @: $${L} $${T} $${S3_BUCKET} mkdir -p $(BUILD) - aws s3 cp $(S3_DEB) $(BUILD)/$(DEB) + aws s3 cp $(S3_DEB) $(BUILD)/$(DEB) --no-sign-request plan: # Display plan to pull/rebuild outdated or missing artifacts node tools/plan-publish.js