Skip to content

Commit

Permalink
Update default bucket name for the catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Wencho8 authored May 18, 2024
1 parent f2836e0 commit 7c6699d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog/env.template
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ AWS_ACCESS_KEY=test_key
AWS_SECRET_KEY=test_secret
AWS_DEFAULT_REGION=us-east-1
# General bucket used for TSV->DB ingestion and logging
OPENVERSE_BUCKET=openverse-storage
OPENVERSE_BUCKET=openverse-catalog
# Seconds to wait before poking for availability of the data refresh pool when running a data_refresh
# DAG. Used to shorten the time for testing purposes.
DATA_REFRESH_POKE_INTERVAL=5
Expand Down
2 changes: 1 addition & 1 deletion docker/minio/env.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ MINIO_ROOT_USER=test_key
MINIO_ROOT_PASSWORD=test_secret

# Comma separated list of buckets to create on startup
BUCKETS_TO_CREATE=openverse-catalog,openverse-storage,openverse-airflow-logs
BUCKETS_TO_CREATE=openverse-catalog,openverse-airflow-logs

0 comments on commit 7c6699d

Please sign in to comment.