Skip to content

Commit f56f4bb

Browse files
author
markzegarelli
authored
Merge pull request #2184 from segmentio/master
Master
2 parents 8744ffd + dd7b2c0 commit f56f4bb

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
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/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2021-11-18
2+
# destination categories last updated 2021-11-23
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2021-11-18
2+
# destination data last updated 2021-11-23
33
items:
44
- display_name: 2mee
55
name: 2mee
@@ -2851,12 +2851,12 @@ 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
28582858
website: http://aws.amazon.com/s3
2859-
status: PUBLIC_BETA
2859+
status: PUBLIC
28602860
categories:
28612861
- Analytics
28622862
- Raw Data
@@ -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

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# source cateogries last updated 2021-11-18
2+
# source cateogries last updated 2021-11-23
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2021-11-18
2+
# sources last updated 2021-11-23
33
items:
44
- display_name: .NET
55
slug: net
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)