Skip to content

Commit

Permalink
Merge pull request #54 from Sage-Bionetworks/phil-patch-processed-dat…
Browse files Browse the repository at this point in the history
…a-owner-txt

Add digital health service account to processed bucket owner.txt
  • Loading branch information
philerooski authored May 23, 2023
2 parents 26c271f + 0113c6f commit 3acb31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/develop/s3-processed-data-bucket-owner-txt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- develop/s3-processed-data-bucket.yaml
parameters:
BucketName: !stack_output_external recover-dev-processed-data-bucket::BucketName
SynapseIds: "3461799" # recoverETL
SynapseIds: "3461799,3455604" # RecoverETL and synapse-service-sysbio-recover-data-storage-01
OwnerTxtKeyPrefix: "{{ stack_group_config.namespace }}/parquet"
stack_tags:
{{ stack_group_config.default_stack_tags }}
2 changes: 1 addition & 1 deletion config/prod/s3-processed-data-bucket-owner-txt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- prod/s3-processed-data-bucket.yaml
parameters:
BucketName: !stack_output_external recover-processed-data-bucket::BucketName
SynapseIds: "3461799" # recoverETL
SynapseIds: "3461799,3455604" # RecoverETL and synapse-service-sysbio-recover-data-storage-01
OwnerTxtKeyPrefix: "{{ stack_group_config.namespace }}/parquet"
stack_tags:
{{ stack_group_config.default_stack_tags }}

0 comments on commit 3acb31f

Please sign in to comment.