Skip to content

Commit

Permalink
Merge pull request #67 from Sage-Bionetworks/etl-506
Browse files Browse the repository at this point in the history
Add an owner.txt to the ingestion bucket
  • Loading branch information
philerooski authored Jul 31, 2023
2 parents e7fe57a + 07e2e9f commit 4a74929
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/develop/namespaced/s3-ingestion-bucket-owner-txt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
template:
type: file
path: s3-owner-txt.yaml
stack_name: "{{ stack_group_config.namespace }}-recover-dev-ingestion-bucket-owner-txt"
dependencies:
- develop/cfn-s3objects-macro.yaml
- develop/s3-ingestion.yaml
parameters:
BucketName: !stack_output_external recover-dev-ingestion-bucket::Bucket
SynapseIds: "3461799,3455604" # RecoverETL and synapse-service-sysbio-recover-data-storage-01
OwnerTxtKeyPrefix: {{ stack_group_config.namespace }}
10 changes: 10 additions & 0 deletions config/prod/namespaced/s3-ingestion-bucket-owner-txt.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
template:
type: file
path: s3-owner-txt.yaml
stack_name: "{{ stack_group_config.namespace }}-recover-ingestion-bucket-owner-txt"
dependencies:
- prod/cfn-s3objects-macro.yaml
- prod/s3-ingestion.yaml
parameters:
BucketName: !stack_output_external recover-ingestion-bucket::Bucket
SynapseIds: "3461799,3455604" # RecoverETL and synapse-service-sysbio-recover-data-storage-01

0 comments on commit 4a74929

Please sign in to comment.