Skip to main content

Transport Adapters — Release Notes

Object storage, file transport, and streaming or message brokers.

CatalogTransport Adapters
Catalog idlkflow
Repositoryhttps://github.com/Linkiir/linkiir-transport-adapters
Minimum Grid version1.0.0

Current versions

Adapters

AdapterCurrent versionNode type idChangelog
S3 Adapter (Source)1.0.0LKFLOW_S3_SOURCEhistory
S3 Adapter (Destination)1.0.0LKFLOW_S3_DESTINATIONhistory

Libraries

LibraryCurrent versionChangelog
aws_s31.0.0history
Checking what you are on

Open the node in the Builder: the adapter version it was built from is shown on the node, and Settings → Catalogs lists every node whose adapter or library has a newer release. See how to upgrade.


Adapter history

S3 Adapter (Source)

LKFLOW_S3_SOURCE · current 1.0.0 · configuration

1.0.0

Released 2026-09-17

  • Initial release. Polls an S3 prefix, downloads objects past a minimum age, pushes each downstream and optionally deletes it.

S3 Adapter (Destination)

LKFLOW_S3_DESTINATION · current 1.0.0 · configuration

1.0.0

Released 2026-09-17

  • Initial release. Uploads each inbound message to S3 as its own object, with a configurable key.

Library history

Library versions are immutable: a published version is never edited, and a fix ships as a new version. A node stays pinned to the version it was built against until you move it forward.

aws_s3

current 1.0.0

1.0.0

Released 2026-09-17

  • Initial release. Signature V4 signing, put/get/head/delete/list, ListObjectsV2 and error XML parsing, retry and backoff. Works against S3-compatible services.

Next