diff --git a/pyinfra/config.py b/pyinfra/config.py index 5429f30..8efc335 100644 --- a/pyinfra/config.py +++ b/pyinfra/config.py @@ -38,7 +38,7 @@ class Config(object): self.storage_backend = read_from_environment("STORAGE_BACKEND", "s3") # The bucket / container to pull files specified in queue requests from - self.storage_bucket = read_from_environment("STORAGE_BUCKET", "pyinfra-test-bucket") + self.storage_bucket = read_from_environment("STORAGE_BUCKET_NAME", "redaction") # Endpoint for s3 storage self.storage_endpoint = read_from_environment("STORAGE_ENDPOINT", "http://127.0.0.1:9000")