Amazon S3 Request data
{
"type": string,
"id_attribute": string,
"payload": {
"bucket": string,
"path": string ,
"security": {
"aws_key": string,
"aws_secret": string,
"region": string
},
"read_options": {
"separator": string
}
}
}
Field | Type | Value |
type | string | Required. "S3" |
id_attribute | string | |
bucket | string | Required. Name of S3 bucket |
path | string | |
aws_key | string | Required. AWS access key |
aws_secret | string | Required. AWS secret key |
region | string | Required. AWS region |
read_options | json | Provide this only for CSV input if there is a separator like “,” or “\t”. For parquet and json, omit read_options and separator |
separator | string | For CSV only, ‘,’ for CSV |
Last modified 1yr ago