File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
connections/destinations/catalog/aws-s3 Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -437,4 +437,4 @@ const updateWarehouses = async () => {
437
437
438
438
updateDestinations ( )
439
439
updateSources ( )
440
- // updateWarehouses()
440
+ //updateWarehouses()
Original file line number Diff line number Diff line change @@ -2851,7 +2851,7 @@ items:
2851
2851
- display_name: AWS S3
2852
2852
name: AWS S3
2853
2853
slug: aws-s3
2854
- hidden: true
2854
+ hidden: false
2855
2855
url: connections/destinations/catalog/aws-s3
2856
2856
previous_names:
2857
2857
- AWS S3
@@ -8607,6 +8607,15 @@ items:
8607
8607
description: Aptrinsic API Key
8608
8608
required: true
8609
8609
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
8610
8619
- display_name: Gameball
8611
8620
name: Gameball
8612
8621
slug: gameball
Original file line number Diff line number Diff line change 1
1
---
2
2
title : ' AWS S3 Destination'
3
- hidden : true
4
- beta : true
3
+ hidden : false
5
4
---
You can’t perform that action at this time.
0 commit comments