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, the write operation does not return any metadata. As a result, in PR #5132, all versioning tests utilize the stat operation to retrieve the current object versions.
Once the write operation is update to return the version ID, we can eliminate the need for these additional stat operations.
The text was updated successfully, but these errors were encountered:
Hi, I think this issue is part of a bigger scope that returning metadata after writing. This will require a major refactor of our write-related public API.
Hi, I think this issue is part of a bigger scope that returning metadata after writing. This will require a major refactor of our write-related public API.
Yes. as I mentioned in: #2611 (comment). I'll submit a RFC for this. This issue serves as a reminder to refactor the code in #5132.
Currently, the
write
operation does not return any metadata. As a result, in PR #5132, allversioning
tests utilize thestat
operation to retrieve the current object versions.Once the
write
operation is update to return the version ID, we can eliminate the need for these additionalstat
operations.The text was updated successfully, but these errors were encountered: