aboutsummaryrefslogtreecommitdiff
path: root/scripts/wasabi.sh
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2019-04-03 17:14:44 -0500
committeroldmud0 <oldmud0@users.noreply.github.com>2019-04-03 17:14:44 -0500
commited41f3c4e5964600063bbab2bf27265ede9e4c19 (patch)
tree662f5939e9c84c0331627540b0f2c4bbe10eb0ae /scripts/wasabi.sh
parent190b0d7c1e5e5461958ff7ec0576da7671a161c9 (diff)
Remove S3_MANIFESTS and S3_ARCHIVES
Diffstat (limited to 'scripts/wasabi.sh')
-rwxr-xr-xscripts/wasabi.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/wasabi.sh b/scripts/wasabi.sh
index a322b6c0..12b310e4 100755
--- a/scripts/wasabi.sh
+++ b/scripts/wasabi.sh
@@ -5,6 +5,7 @@
# Requires:
# MANIFEST: name of the manifest file
# S3_ACCESS_KEY, S3_SECRET_KEY: S3 credentials
+# S3_MANIFESTS, S3_ARCHIVES: S3 paths to manifests and downloads
# ARCHIVE_FULL: name of the full archive (if desired)
# ARCHIVE_INCR: name of the incremental archive (if desired)
# VERSION: name of the new version
@@ -23,8 +24,6 @@ aws configure set aws_secret_access_key ${S3_SECRET_KEY}
aws configure set default.region us-east-1
export S3_COPY="aws s3 cp --endpoint-url=https://s3.wasabisys.com"
-export S3_MANIFESTS="s3://ao-manifests"
-export S3_ARCHIVES="s3://ao-downloads"
export ARCHIVE_FULL_ARG=""
export ARCHIVE_INCR_ARG=""