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.0

tabsdatak.conn.s3

CredentialsSpecThe credential type for S3 connections: AwsAccessSecretKey (access key ID + secret access key).
DestCfgKey
DestCfgSpec
S3DestS3 destination for @subscriber -- one target file per path.
S3DestConnS3 connection used by S3Dest.
S3SrcS3 source for @publisher -- one output slot per path.
S3SrcConnS3 connection used by S3Src.
SrcCfgKey
SrcCfgSpec

CredentialsSpec

type_alias
CredentialsSpec: AwsAccessSecretKey

The credential type for S3 connections: AwsAccessSecretKey (access key ID + secret access key).


DestCfgKey

type_alias
DestCfgKey: Literal['tabsdata.file.chunk_size']

DestCfgSpec

type_alias
DestCfgSpec: Mapping[DestCfgKey, Any]

Resolved type:

Mapping[Literal['tabsdata.file.chunk_size'], Any]

SrcCfgKey

type_alias
SrcCfgKey: Literal['tabsdata.file.chunk_size', 'tabsdata.src_metadata.drop']

SrcCfgSpec

type_alias
SrcCfgSpec: Mapping[SrcCfgKey, Any]

Resolved type:

Mapping[Literal['tabsdata.file.chunk_size', 'tabsdata.src_metadata.drop'], Any]