github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/docs/sources/configuration/examples/s3-compatible-apis.yaml (about) 1 # S3-compatible APIs such as Ceph Object Storage with an S3-compatible API, can be used. 2 # If the API supports path-style URLs rather than virtual hosted bucket addressing, 3 # configure the URL in `storage_config` with the custom endpoint 4 5 schema_config: 6 configs: 7 - from: 2020-05-15 8 store: aws 9 object_store: s3 10 schema: v11 11 index: 12 prefix: loki_ 13 storage_config: 14 aws: 15 s3: s3://access_key:secret_access_key@region/bucket_name 16 dynamodb: 17 dynamodb_url: dynamodb://access_key:secret_access_key@region 18