Amazon S3
This quickstart describes how to create an Amazon S3 connection.
Create a connection to Amazon S3
Before you begin transforming your data, you need to ingest it from Amazon S3 into Upsolver. Before you can ingest your data, you will need a connection.
Your connection is persistent, so you won't need to re-create it for every job. The connection is also shared with other users in your organization.
Here’s the code to create a connection to Amazon S3:
To break down exactly what’s happening, let’s go through the code. In the following line, you create an S3 connection named my_s3_connection:
Next, you identify your role within your organization's framework on AWS. Please refer to this page for more information on AWS roles.
Optionally, you can include filters to display specific buckets or folders. If you don't include a filter, all data is displayed:
Learn More
Last updated