Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.1

Amazon S3

The Amazon S3 Publisher allows Tabsdata to integrate with S3 in order to read files from Amazon S3 to the Tabsdata server or write files from the Tabsdata server into Amazon S3, supporting CSV, jsonl, ndjson, parquet, AVRO, and log file types.

Publish Amazon S3 data into Tabsdata

The S3 connector used in a publisher function to read data out of a bucket and write that data into Tabsdata Tables.

Please refer to Publish data from Amazon S3 for a detailed walkthrough

Subscribe Tabsdata data into Amazon S3

An S3 Subscriber writes Tabsdata Tables out to a bucket as objects, one path per input Table. The connection can set a shared prefix that every exported object's path is written under.

See Subscribe data to Amazon S3 for the connection fields and a full walkthrough.

Credentials

Both directions accept the same two forms for the access key and secret key: a literal secret, or a reference to an environment variable. See Connections for the full syntax.