You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add bucket name validation rules
* Fix `Error! Cannot convert undefined or null to object` error on no attachments object in message
* Add attachment size check on file reading
* Add empty response to Delete file action when file already not exists
* Add Get New And Updated files trigger
* Add files metadata polling trigger
* Add possibility to retrieve more than 1,000 files for 'Get filenames' action
|`ATTACHMENT_MAX_SIZE`| false | For `elastic.io` attachments configuration. Maximal possible attachment size in bytes. By default set to 1000000 and according to platform limitations CAN'T be bigger than that. | Up to `1000000` bytes|
49
+
|`ACCESS_KEY_ID`| false | For integration-tests is required to specify this variable ||
50
+
|`ACCESS_KEY_SECRET`| false | For integration-tests is required to specify this variable ||
51
+
|`REGION`| false | For integration-tests is required to specify this variable ||
54
52
55
53
## Credentials
56
54
Access keys consist of two parts: an access key ID and a secret access key.
@@ -64,7 +62,59 @@ A secret access key (for example, `wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY`).
64
62
65
63
### Region
66
64
Example: `ca-central-1`.
67
-
65
+
66
+
67
+
## Triggers
68
+
### Get New and Updated S3 Objects
69
+
Triggers to get all new and updated s3 objects since last polling.
70
+
71
+
#### List of Expected Config fields
72
+
-**Bucket Name and folder** - name of S3 bucket to read files from
73
+
-**Emit Behaviour**: Options are: default is `Emit Individually` emits each object in separate message, `Fetch All` emits all objects in one message
74
+
-**Start Time**: Start datetime of polling. Default min date:`-271821-04-20T00:00:00.000Z`
75
+
-**End Time**: End datetime of polling. Default max date: `+275760-09-13T00:00:00.000Z`
76
+
-**Enable File Attachments**: End datetime of polling. Default max date: `+275760-09-13T00:00:00.000Z`
0 commit comments