ribbybibby / s3_exporter

Exports Prometheus metrics about S3 buckets and objects
Apache License 2.0
104 stars 42 forks source link

Investigate delimiter option #28

Open ribbybibby opened 3 years ago

ribbybibby commented 3 years ago

It's possible to define a delimiter in an s3 list operation which will only return the objects directly underneath the given prefix. It may make sense to support this option to help with performance when collecting metrics for large buckets.

ribbybibby commented 3 years ago

See #31