Skip to content

Commit

Permalink
fixed bucket permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pvighi committed Nov 28, 2018
1 parent a4aa94e commit f641215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handlers/sf-datalake-export/cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Parameters:
Mappings:
StageMap:
CODE:
destBuckets: "arn:aws:s3:::gu-salesforce-export-code"
destBuckets: "arn:aws:s3:::gu-salesforce-export-code*"
localbucketName : "gu-salesforce-export-code"


PROD:
destBuckets: ["arn:aws:s3:::gu-salesforce-export-prod", "arn:aws:s3:::ophan-raw-salesforce-customer-data-*"]
destBuckets: ["arn:aws:s3:::gu-salesforce-export-prod*", "arn:aws:s3:::ophan-raw-salesforce-customer-data-*"]
localbucketName: "gu-salesforce-export-prod"
Resources:
localBucket:
Expand Down

0 comments on commit f641215

Please sign in to comment.