Skip to content

Commit

Permalink
CSV/AWS atatchments fix (#1426)
Browse files Browse the repository at this point in the history
* csv-aws-attachments_fix

---------

Co-authored-by: Erroneous0ne <home@MacBook-Pro.local>
  • Loading branch information
erroneous0ne and Erroneous0ne authored Jan 13, 2025
1 parent 5a3741b commit ab1aedf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/_components/aws-s3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,5 +507,5 @@ Be careful: this action can process only one attachment - if it would be more or

## Known Limitations

1. Maximal possible size for an attachment is 10 MB.
1. The maximum possible size for an attachment is 100 MB.
2. Attachments mechanism does not work with [Local Agent Installation](/guides/vpn-agent)
2 changes: 1 addition & 1 deletion content/_components/csv/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ The component does not require credentials to function.

1. You may get `Component run out of memory and terminated.` error during run-time, that means that component needs more memory, please add `EIO_REQUIRED_RAM_MB` environment variable with an appropriate value (e.g. value `1024` means that 1024 MB will be allocated) for the component in this case.
2. You may get `Error: write after end` error, as a current workaround try increase value of environment variable: `TIMEOUT_BETWEEN_EVENTS`.
3. Maximal possible size for an attachment is 10 MB.
3. The maximum possible size for an attachment is only limited by the available RAM memory of the component. In case of running into the limit the platform will give an error message, and if problem persists after a number of restarts the platform will suspend the complete integration flow.
4. Attachments mechanism does not work with [Local Agent Installation](/guides/vpn-agent).

0 comments on commit ab1aedf

Please sign in to comment.