You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Combined with #4925 and #4879 this will provide a complete interface for implementing transactions and snapshotting on object stores.
Describe the solution you'd like
We could return ObjectMeta, however, many stores do not return the last modified time on write and so this might not be a good idea. Perhaps we could return a PutResult structure or something similar 🤔
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Combined with #4925 and #4879 this will provide a complete interface for implementing transactions and snapshotting on object stores.
Describe the solution you'd like
We could return ObjectMeta, however, many stores do not return the last modified time on write and so this might not be a good idea. Perhaps we could return a PutResult structure or something similar 🤔
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: