AWS S3
Push vehicle data updates directly into your AWS S3 buckets for scalable storage and analysis.
Introduction to AWS S3
File and object structure
s3_uri: s3://<bucket-name>/<app-id>/<auto-api-version>/<year>/<month>/<day>/<time>-<hash>.json
breakdown:
bucket_name: The name of the bucket that you created
app_id: Your unique App ID e.g. 9FBBEDED80595912588FF4FF
auto_api_level: level13 # latest version of the Auto API
year: The year when the JSON file was created
month: The month when the JSON file was created
day: The day when the JSON file was created
time: The specific time when the JSON file was created
hash: A hash to make the file name unique
Create an S3 Bucket

Configure Project
Receiving data
Last updated
Was this helpful?

