Description
Christoph ran into a problem where an asset had it's path in aws_open changed, but the sync script has an allowlist, and it wasn't on it.
The original list of paths to sync was created here:
https://github.com/openbraininstitute/prod-platform-architecture/issues/151#issuecomment-3531666811
Some time after, the Allen V1 path was added, and was Allen_V1; on or after 2026-02-11, the path on pushed to openbrain_data with the path Allen-V1 (note the underscore vs the dash).
Since the https://github.com/openbraininstitute/aws-terraform-deployment/blob/staging/public_data_sync_opendata/staging_opendata_paths.txt paths weren't updated, the sync did not take into account this name change, meaning the allen circuit wasn't available locally.
Description
Christoph ran into a problem where an asset had it's path in aws_open changed, but the sync script has an allowlist, and it wasn't on it.
The original list of paths to sync was created here:
https://github.com/openbraininstitute/prod-platform-architecture/issues/151#issuecomment-3531666811
Some time after, the Allen V1 path was added, and was
Allen_V1; on or after2026-02-11, the path on pushed toopenbrain_datawith the pathAllen-V1(note the underscore vs the dash).Since the https://github.com/openbraininstitute/aws-terraform-deployment/blob/staging/public_data_sync_opendata/staging_opendata_paths.txt paths weren't updated, the sync did not take into account this name change, meaning the allen circuit wasn't available locally.