Does anyone have experience with fetching logs from an S3 bucket to Loki?
My bucket is S3-compatible and is not an AWS service [^1], so I can’t use lambda-promtail to solve the problem.
Another idea that comes to my mind is to use Logstash with S3 input plugin for feeding the logs to Loki instead. But I don’t really want to provision an additional Logstash. Is there any way to solve the problem with Promtail?
This is a duplicated question. The thread is locked though, and I don’t particularly like the process of mounting an S3 bucket as a virtual filesystem.
[^1] For anyone curious, it’s this OBS (Object Storage Service) by a cloud provider in Germany.