Connect to AWS S3 Bucket from SingleStore
On this page
Overview
SingleStore Helios workspaces deployed in AWS regions securely connect to Amazon S3 buckets using AWS gateway endpoints.
For more information on how to load data from AWS S3 using pipelines, refer to Load Data from Amazon Web Services (AWS) S3.
How It Works
SingleStore preconfigures AWS gateway endpoints in its AWS environments.
When an S3 bucket is referenced using the LOAD DATA
command, SingleStore initiates an outbound connection.
If the S3 bucket is in a different region than your Helios workspace, the traffic may be routed over the public internet.
Requirements
To take advantage of gateway endpoint routing, ensure the following:
-
The S3 bucket is located in the same AWS region as your Helios workspace.
-
Use the following to access the S3 bucket:
-
IAM policy
-
AWS credentials
Refer to Load Data from Amazon Web Services (AWS) S3 for more information on IAM policy and AWS credentials.
-
Last modified: July 25, 2025