Skip to content

Commit

Permalink
Rename pilot data bucket and link to Synapse
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Mar 30, 2023
1 parent 7a4a2a0 commit 74188a1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
10 changes: 10 additions & 0 deletions config/develop/s3-input-bucket.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
template:
type: file
path: s3-bucket.yaml
stack_name: recover-dev-input-bucket
dependencies:
- develop/cfn-s3objects-macro.yaml
parameters:
BucketName: recover-dev-input-data
SynapseIds: "3461799,3357179" # RecoverETL and meghasyam
Namespace: {{ stack_group_config.namespace }}
6 changes: 0 additions & 6 deletions config/develop/s3-pilot-data.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions templates/s3-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Parameters:
Default: ''

SynapseIds:
Type: List<String>
Type: CommaDelimitedList
Default: ''
Description: Synapse ids to set as owners of this bucket
ConstraintDescription: >-
Expand Down Expand Up @@ -79,7 +79,6 @@ Resources:
Action:
- 's3:ListBucket*'
- 's3:GetBucketLocation'

Resource: !Sub ${Bucket.Arn}
- !Ref AWS::NoValue
- !If
Expand Down

0 comments on commit 74188a1

Please sign in to comment.