-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an owner.txt to the ingestion bucket
- Loading branch information
1 parent
e7fe57a
commit 07e2e9f
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
config/develop/namespaced/s3-ingestion-bucket-owner-txt.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |