From bea6edba45fc0c3b0b420603be3154a321d3c23f Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Thu, 28 Nov 2024 09:38:01 -0800 Subject: [PATCH] revert more --- cf/rds.yaml | 3 +-- migrations/config/bucketNames.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cf/rds.yaml b/cf/rds.yaml index 0c690723d4..99d8940c1f 100644 --- a/cf/rds.yaml +++ b/cf/rds.yaml @@ -156,5 +156,4 @@ Resources: DBClusterIdentifier: !Ref DBCluster Engine: aurora-postgresql AutoMinorVersionUpgrade: true - PubliclyAccessible: false - \ No newline at end of file + PubliclyAccessible: false \ No newline at end of file diff --git a/migrations/config/bucketNames.js b/migrations/config/bucketNames.js index 16aada3da5..b93bf6210c 100644 --- a/migrations/config/bucketNames.js +++ b/migrations/config/bucketNames.js @@ -9,7 +9,7 @@ const bucketNames = { FILTERED_CELLS: `biomage-filtered-cells-${clusterEnv}-${awsAccountId}`, WORKER_RESULTS: `worker-results-${clusterEnv}-${awsAccountId}`, PLOTS: `plots-tables-${clusterEnv}-${awsAccountId}`, - CELL_LEVEL_META: `cellenics-cell-level-metadata-${clusterEnv}-${awsAccountId}` + CELL_METADATA: `cellenics-cell-level-metadata-${clusterEnv}-${awsAccountId}` }; module.exports = bucketNames;