Skip to content

Commit

Permalink
Add an owner.txt to the ingestion bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Jul 31, 2023
1 parent e7fe57a commit 07e2e9f
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 07e2e9f

Please sign in to comment.