Import from AWS S3 Bucket
Import samples from an S3 bucket directly into the Universal Data Tool!
Overview
1. Configure Bucket
<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
<CORSRule>
<AllowedOrigin>*</AllowedOrigin>
<AllowedMethod>GET</AllowedMethod>
<AllowedMethod>HEAD</AllowedMethod>
<AllowedMethod>PUT</AllowedMethod>
<AllowedMethod>POST</AllowedMethod>
<AllowedMethod>DELETE</AllowedMethod>
<AllowedHeader>*</AllowedHeader>
</CORSRule>
</CORSConfiguration>

2. Add IAM Credentials

3. Add Keys to the Universal Data Tool

4. Browse Buckets and Import


Bonus: Import via Uploading to S3

Last updated
