Skip to content

Commit

Permalink
revert more
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvpickering committed Nov 28, 2024
1 parent f68b081 commit bea6edb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cf/rds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,4 @@ Resources:
DBClusterIdentifier: !Ref DBCluster
Engine: aurora-postgresql
AutoMinorVersionUpgrade: true
PubliclyAccessible: false

PubliclyAccessible: false
2 changes: 1 addition & 1 deletion migrations/config/bucketNames.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit bea6edb

Please sign in to comment.