Skip to main content

S3 Configuration

OLake supports writing data to S3 or S3 compatible storage systems using the Parquet format. This allows you to leverage the scalability and durability of S3 for your data storage needs.

KeyDescriptionData TypeProbable Values
S3 BucketThe name of the Amazon S3 bucket where your output files will be stored. Ensure that the bucket exists and that you have proper access.stringA valid S3 bucket name (e.g. "olake-s3-test")
S3 RegionThe AWS region where the specified S3 bucket is hosted.stringAWS region codes such as "ap-south-1", "us-west-2", etc.
AWS Access KeyThe AWS access key used for authenticating S3 requests. This is typically a 20-character alphanumeric string.stringA valid AWS access key
AWS Secret KeyThe AWS secret key used for S3 authentication. This key is generally longer (often 40+ characters) and should be kept secure.stringA valid AWS secret key
S3 PathThe specific path (or prefix) within the S3 bucket where data files will be written. This is typically a folder path that starts with a / (e.g. "/data").stringA valid path string

OLake S3 Bucket

info
  1. The generated .parquet files use SNAPPY compression (Read more). Note that SNAPPY is no longer supported by S3 Select when performing queries.
  2. OLake creates a test folder named olake_writer_test containing a single text file (.txt) with the content:
    S3 write test
    This is used to verify that you have the necessary permissions to write to S3.

Need Assistance?

If you have any questions or uncertainties about setting up OLake, contributing to the project, or troubleshooting any issues, we’re here to help. You can:

  • Email Support: Reach out to our team at hello@olake.io for prompt assistance.
  • Join our Slack Community: where we discuss future roadmaps, discuss bugs, help folks to debug issues they are facing and more.
  • Schedule a Call: If you prefer a one-on-one conversation, schedule a call with our CTO and team.

Your success with OLake is our priority. Don’t hesitate to contact us if you need any help or further clarification!