tabsdatak.conn.s3
CredentialsSpec | The credential type for S3 connections: AwsAccessSecretKey (access key ID + secret access key). |
DestCfgKey | |
DestCfgSpec | |
S3Dest | S3 destination for @subscriber -- one target file per path. |
S3DestConn | S3 connection used by S3Dest. |
S3Src | S3 source for @publisher -- one output slot per path. |
S3SrcConn | S3 connection used by S3Src. |
SrcCfgKey | |
SrcCfgSpec |
CredentialsSpec
type_aliasCredentialsSpec: AwsAccessSecretKey
The credential type for S3 connections: AwsAccessSecretKey
(access key ID + secret access key).
DestCfgKey
type_aliasDestCfgKey: Literal['tabsdata.file.chunk_size']
DestCfgSpec
type_aliasDestCfgSpec: Mapping[DestCfgKey, Any]
Resolved type:
Mapping[Literal['tabsdata.file.chunk_size'], Any]
SrcCfgKey
type_aliasSrcCfgKey: Literal['tabsdata.file.chunk_size', 'tabsdata.src_metadata.drop']
SrcCfgSpec
type_aliasSrcCfgSpec: Mapping[SrcCfgKey, Any]
Resolved type:
Mapping[Literal['tabsdata.file.chunk_size', 'tabsdata.src_metadata.drop'], Any]