Hi, is there a way to have lakefs add caching headers to the objects it stores in S3? I am not sure how exactly it works, but to my knowledge files uploaded to S3 using the gateway are immutable (the filename in the backend is not reused, even when modifying the file).
If a
Cache-Control header could be configured, services accessing these objects that have Cache support would not have to download/HEAD the individual files this way every time they are accessed.