github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/docs/sources/configuration/examples/aws-basic-config-no-creds.yaml (about)

     1  # If you don't wish to hard-code S3 credentials you can also configure an EC2
     2  # instance role by changing the `storage_config` section
     3  
     4  schema_config:
     5    configs:
     6    - from: 2020-05-15
     7      store: aws
     8      object_store: s3
     9      schema: v11
    10      index:
    11        prefix: loki_
    12  storage_config:
    13    aws:
    14      s3: s3://region/bucket_name
    15      dynamodb:
    16        dynamodb_url: dynamodb://region
    17