storage:
engine: blocks
blocks_storage:
# tsdb:
# dir: /tmp/cortex/tsdb
# bucket_store:
# sync_dir: /tmp/cortex/tsdb-sync
# You can choose between local storage and Amazon S3, Google GCS and Azure storage. Each option requires additional configuration
# as shown below. All options can be configured via flags as well which might be handy for secret inputs.
backend: s3 # s3, gcs, azure or filesystem are valid options
s3:
bucket_name: bucketname
# Configure your S3 credentials below.
secret_access_key: xxxxxxxxxxxxxxxxxxxxxxx
access_key_id: xxxxxxxxxxxxxxxxxxxxxxx