Skip to content

Commit dd7b2c0

Browse files
author
markzegarelli
authored
Merge pull request #2183 from segmentio/catalog-hotfix
catalog hotfix
2 parents 68f1e20 + 4eeef64 commit dd7b2c0

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

scripts/catalog_papi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,4 +437,4 @@ const updateWarehouses = async () => {
437437

438438
updateDestinations()
439439
updateSources()
440-
// updateWarehouses()
440+
//updateWarehouses()

src/_data/catalog/destinations.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2851,7 +2851,7 @@ items:
28512851
- display_name: AWS S3
28522852
name: AWS S3
28532853
slug: aws-s3
2854-
hidden: true
2854+
hidden: false
28552855
url: connections/destinations/catalog/aws-s3
28562856
previous_names:
28572857
- AWS S3
@@ -8607,6 +8607,15 @@ items:
86078607
description: Aptrinsic API Key
86088608
required: true
86098609
label: API Key
8610+
- name: dataCenter
8611+
type: select
8612+
defaultValue: ''
8613+
description: >-
8614+
For PX instances based in the European Union at
8615+
https://app-eu.aptrinsic.com, select the EU option. For all others (at
8616+
https://app.aptrinsic.com), select the United States option.
8617+
required: false
8618+
label: Data Center
86108619
- display_name: Gameball
86118620
name: Gameball
86128621
slug: gameball
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
22
title: 'AWS S3 Destination'
3-
hidden: true
4-
beta: true
3+
hidden: false
54
---

0 commit comments

Comments
 (0)