grafana / tempo

Grafana Tempo is a high volume, minimal dependency distributed tracing backend.
https://grafana.com/oss/tempo/
GNU Affero General Public License v3.0
3.93k stars 510 forks source link

aws s3 storage backend:List #3955

Open shayal01 opened 1 month ago

shayal01 commented 1 month ago

Describe the bug there is no listobject action in aws s3.its list bucket,but that action is performed by the pods after deploying tempostack instance.

To Reproduce Steps to reproduce the behavior:

  1. install and deploy a tempo stack instance in rosa classic cluster

Expected behavior

Environment:

joe-elliott commented 1 month ago

This is the error in question:

https://github.com/grafana/tempo/blob/50631af4c0a72e8d347d06d820da36b45402131d/tempodb/backend/s3/s3.go#L117

This has been corrected in the docs:

https://grafana.com/docs/tempo/latest/configuration/hosted-storage/s3/

We could probably clarify the error here.

knylander-grafana commented 1 month ago

If we're updating the docs for the error message, this might be a good first issue for someone to handle.