Skip to content

catalog hotfix #2183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/catalog_papi.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,4 +437,4 @@ const updateWarehouses = async () => {

updateDestinations()
updateSources()
// updateWarehouses()
//updateWarehouses()
11 changes: 10 additions & 1 deletion src/_data/catalog/destinations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2851,7 +2851,7 @@ items:
- display_name: AWS S3
name: AWS S3
slug: aws-s3
hidden: true
hidden: false
url: connections/destinations/catalog/aws-s3
previous_names:
- AWS S3
Expand Down Expand Up @@ -8607,6 +8607,15 @@ items:
description: Aptrinsic API Key
required: true
label: API Key
- name: dataCenter
type: select
defaultValue: ''
description: >-
For PX instances based in the European Union at
https://app-eu.aptrinsic.com, select the EU option. For all others (at
https://app.aptrinsic.com), select the United States option.
required: false
label: Data Center
- display_name: Gameball
name: Gameball
slug: gameball
Expand Down
3 changes: 1 addition & 2 deletions src/connections/destinations/catalog/aws-s3/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
title: 'AWS S3 Destination'
hidden: true
beta: true
hidden: false
---