Add ETag to ObjectMeta #2240
Labels
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
object-store
Object Store Interface
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
All object stores support a notion of an ETag that uniquely identifies a resource, we should support this
Describe the solution you'd like
The challenge lies in how to support this for the InMemory and LocalFileSystem stores. In lieu of a better alternative, as described here a hash of the last modification time is likely sufficient.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: