CloudS3DataSourceWritable
CloudS3DataSourceWritable =
object
Defined in: packages/cloud/src/client/types.gen.ts:1562
Properties
supports_access_control?
optional
supports_access_control:boolean
Defined in: packages/cloud/src/client/types.gen.ts:1563
bucket
bucket:
string
Defined in: packages/cloud/src/client/types.gen.ts:1567
The name of the S3 bucket to read from.
prefix?
optional
prefix:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1571
The prefix of the S3 objects to read from.
regex_pattern?
optional
regex_pattern:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1575
The regex pattern to filter S3 objects. Must be a valid regex pattern.
aws_access_id?
optional
aws_access_id:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1579
The AWS access ID to use for authentication.
aws_access_secret?
optional
aws_access_secret:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1583
The AWS access secret to use for authentication.
s3_endpoint_url?
optional
s3_endpoint_url:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:1587
The S3 endpoint URL to use for authentication.
class_name?
optional
class_name:string
Defined in: packages/cloud/src/client/types.gen.ts:1588