From 5b3e04566b0f666576f836e377b8f27ae77a74f4 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Mon, 24 Jun 2019 12:06:35 +0000 Subject: [PATCH] Add us-west-1 to supported regions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e57117d..c7a7d63 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION ?= $(shell grep '__version__' index.py | cut -d' ' -f3 | cut -d'-' -f1 | sed -e 's/"//g') -S3_BUCKETS ?= zero-downtime zero-downtime.us-west-2 zero-downtime.eu-central-1 zero-downtime.ap-southeast-2 +S3_BUCKETS ?= zero-downtime zero-downtime.us-west-2 zero-downtime.eu-central-1 zero-downtime.ap-southeast-2 zero-downtime.us-west-1 S3_PREFIX ?= cloudbender/streamlogs2fluentd PACKAGE_NAME = streamlogs2fluentd