HOME
BLOG
Search…
Introduction
On-boarding
User Interface
Getting Started
How to use the user interface
Data on-boarding
Cloud Access Prerequisite
Google Cloud Storage Access Prerequisite
Google BigQuery Access Prerequisite
Get Google Service Account API
API Reference
Authentication API
API Keys
Source APIs
Source APIs
Upload Data APIs
Upload data from Cloud
GCS Request data
Azure Request data
GBQ Request data
Snowflake Request data
Amazon S3 Request data
Track Upload Job
Schedule Uploads
Schedule Cloud Upload
Alerts
Alert Channel
Alert Policies
Manage Alerts
Admin APIs
User Management
Resources
Master list of attribute values
File path options
Id attribute
Powered By
GitBook
Amazon S3 Request data
Request Body for Amazon S3
1
{
2
"type": string,
3
"id_attribute": string,
4
"payload": {
5
"bucket": string,
6
"path": string ,
7
"security": {
8
"aws_key": string,
9
"aws_secret": string,
10
"region": string
11
},
12
"read_options": {
13
"separator": string
14
}
15
}
16
}
Copied!
Field
Type
Value
type
string
Required. "S3"
id_attribute
string
Optional. Name of the column in data that represents the identifier of the row. Read more
here
bucket
string
Required. Name of S3 bucket
path
string
Required. Full path of file inside the bucket. Read more
here
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
Previous
Snowflake Request data
Next - Upload Data APIs
Track Upload Job
Last modified
1d ago
Copy link