aboutsummaryrefslogtreecommitdiff
path: root/script/dev-env-aws.sh
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-11-24 10:00:07 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-01-12 17:07:40 +0100
commitce357b9a123369f953be3fbcb22e87d3304e2e4b (patch)
tree29357956ccc86becf0c62ee07fbbb1908efa34d2 /script/dev-env-aws.sh
parent9cb2e9e57ce1aab23d8c3b2aaa7581c8e8b78253 (diff)
downloadgarage-ce357b9a123369f953be3fbcb22e87d3304e2e4b.tar.gz
garage-ce357b9a123369f953be3fbcb22e87d3304e2e4b.zip
Add ListMultipartUploads + Refactor ListObjects
Diffstat (limited to 'script/dev-env-aws.sh')
-rw-r--r--script/dev-env-aws.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/script/dev-env-aws.sh b/script/dev-env-aws.sh
index 864fd4c2..9436c2c7 100644
--- a/script/dev-env-aws.sh
+++ b/script/dev-env-aws.sh
@@ -1,5 +1,3 @@
-#!/bin/bash
-
export AWS_ACCESS_KEY_ID=`cat /tmp/garage.s3 |cut -d' ' -f1`
export AWS_SECRET_ACCESS_KEY=`cat /tmp/garage.s3 |cut -d' ' -f2`
export AWS_DEFAULT_REGION='garage'