Hi everyone,
I have successfully set up loki and s3 bucket, here is a config snippet - I am using loki-stack helm chart
common:
storage:
s3:
bucketnames: test_bucket
region: us-east-2
s3forcepathstyle: true
I do not want to pass a full bucket but instead use a folder within a bucket. I tried so far
common:
storage:
s3:
bucketnames: test_bucket/folder
But that doesnt work.
Anyone knows how to configure it properly?