@trayio/falafel
Advanced tools
Comparing version 1.24.1 to 1.24.2
{ | ||
"name": "@trayio/falafel", | ||
"version": "1.24.1", | ||
"version": "1.24.2", | ||
"description": "A framework for developing and running connectors.", | ||
@@ -20,3 +20,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@trayio/threadneedle": "~1.10.2", | ||
"@trayio/threadneedle": "~1.10.3", | ||
"aws-sdk": "~2.413.0", | ||
@@ -23,0 +23,0 @@ "generate-schema": "~2.6.0", |
@@ -243,3 +243,3 @@ # falafel | ||
## File handling | ||
In tray.io workflows, files are handled by uploading files to bucket in AWS S3, and the using a pointer object to reference the file in workflows. | ||
In tray.io workflows, files are handled by uploading files to bucket in AWS S3, and the using a pointer object to reference the file in workflows. The default bucket is `workflow-file-uploads`, except in development mode, in which case it is `workflow-file-uploads-dev`; in both cases the region is `us-west-2`. | ||
@@ -246,0 +246,0 @@ The file pointer object takes the following formatting: |
91997
Updated@trayio/threadneedle@~1.10.3