Skip to content

Commit c3b4b8f

Browse files
add missing s3 buckets
1 parent dfc562d commit c3b4b8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config/default.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"directProjectServiceEndpoint": "",
1515
"directProjectServiceTimeout": 5000,
1616
"attachmentsS3Bucket": "topcoder-prod-media",
17+
"attachmentsDMZS3Bucket": "topcoder-prod-media-dmz",
18+
"attachmentsQuarantineS3Bucket": "topcoder-prod-media-quarantine",
1719
"projectAttachmentPathPrefix": "projects",
1820
"projectAttachmentPathSuffix": "attachments",
1921
"elasticsearchConfig": {
@@ -87,4 +89,4 @@
8789
},
8890
"STRIPE_SECRET_KEY": "",
8991
"sfdcBillingAccountNameField": "Billing_Account_Name__c"
90-
}
92+
}

config/development.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"pubsubQueueName": "dev.project.service",
33
"pubsubExchangeName": "dev.projects",
44
"attachmentsS3Bucket": "topcoder-dev-media",
5+
"attachmentsDMZS3Bucket": "topcoder-dev-media-dmz",
6+
"attachmentsQuarantineS3Bucket": "topcoder-dev-media-quarantine",
57
"connectProjectsUrl": "https://connect.topcoder-dev.com/projects/",
68
"fileServiceEndpoint": "https://api.topcoder-dev.com/v3/files/",
79
"connectProjectsUrl": "https://connect.topcoder-dev.com/projects/",

0 commit comments

Comments
 (0)