Skip to content

Commit aabd563

Browse files
fixed incorrect bucket in config file
1 parent 40b8254 commit aabd563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datamanager/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Settings:
2626
account_id: str = _need("R2_ACCOUNT_ID")
2727
access_key: str = _need("R2_ACCESS_KEY_ID")
2828
secret_key: str = _need("R2_SECRET_ACCESS_KEY")
29-
bucket: str = _need("R2_BUCKET")
29+
bucket: str = _need("R2_PRODUCTION_BUCKET")
3030
staging_bucket: str = _need("R2_STAGING_BUCKET")
3131
manifest_file: str = "manifest.json"
3232
max_diff_lines: int = 500

0 commit comments

Comments
 (0)