Skip to main content
Version: 0.8.0

AWS S3

In this guide, you will learn how to configure a Quickwit storage for Amazon S3.

Set your AWS credentials

A simple way to do it is to declare the environment variables AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY. For more details, read our guide on AWS setup.

Set the Metastore URI and default index URI

Here is an example of how to set up your node config file with S3:

metastore_uri: s3://{my-bucket}/indexes
default_index_uri: s3://{my-bucket}/indexes

Set the Index URI

Here is an example of how to set up your index URI in the index config file:

index_uri: s3://{my-bucket}/indexes/{my-index-id}