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

S3DestConn

class
class S3DestConn(
bucket: S3BucketSpec,
region: AwsRegionSpec,
credentials: CredentialsSpec,
base_path: CloudRelativePathSpec = '/',
conn_cfg: CfgSpec | None = None,
)

Bases: Conn

Categories: destination

S3 connection used by S3Dest.

Field-identical to S3SrcConn but a distinct class; source and destination connections are separate types and cannot be used in place of one another. See S3SrcConn for the field meanings.

Parameters

parameter

parameter

parameter

parameter

parameter
conn_cfgCfgSpec | None (dict | None)