S3DestConn
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
bucketS3BucketSpec (str | Secret)parameter
regionAwsRegionSpec (str | Secret)parameter
credentialsCredentialsSpec (AwsAccessSecretKey)parameter
base_pathCloudRelativePathSpec (str | Secret)