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 () => {
437437
438438updateDestinations ( )
439439updateSources ( )
440- // updateWarehouses()
440+ //updateWarehouses()
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11---
22title : ' AWS S3 Destination'
3- hidden : true
4- beta : true
3+ hidden : false
54---
You can’t perform that action at this time.
0 commit comments