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
Currently our driver doesn't keep track of object generation while reading/writing/appending.
Some interesting situations are likely to occur when for example an object being read is replaced by a third party.
At a minimum we could keep track of the generation seen upon stream opening and fail if the generation doesn't match anymore during a subsequent read.
The text was updated successfully, but these errors were encountered:
Currently our driver doesn't keep track of object generation while reading/writing/appending.
Some interesting situations are likely to occur when for example an object being read is replaced by a third party.
At a minimum we could keep track of the generation seen upon stream opening and fail if the generation doesn't match anymore during a subsequent read.
The text was updated successfully, but these errors were encountered: