aboutsummaryrefslogtreecommitdiff
path: root/releng/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'releng/environment.py')
-rw-r--r--releng/environment.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/environment.py b/releng/environment.py
index 643eb69d9..58633d548 100644
--- a/releng/environment.py
+++ b/releng/environment.py
@@ -20,10 +20,10 @@ DEFAULT_STORE_URI_BITS = {
class RelengEnvironment:
name: str
- aws_profile: str
cache_store_overlay: dict[str, str]
cache_bucket: str
releases_bucket: str
+ docs_bucket: str
git_repo: str
def cache_store_uri(self):
@@ -33,7 +33,7 @@ class RelengEnvironment:
STAGING = RelengEnvironment(
name='staging',
- aws_profile='garage_staging',
+ docs_bucket='s3://staging-docs',
cache_bucket='s3://staging-cache',
cache_store_overlay={
'secret-key': 'staging.key'