We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let say we have:
100
101
Steps:
Object should be removed since lock expired at current epoch
Object cannot be removed and treated as locked object until next extra epoch is ticked
The text was updated successfully, but these errors were encountered:
Blocked by:
EXPIRATION_EPOCH
Sorry, something went wrong.
--expire-at
object lock/put
bearer create
@abereziny it works as expected. Fixed help message for parameter here #2169. I've added one extra epoch tick and test passed.
acid-ant
Successfully merging a pull request may close this issue.
Let say we have:
100
101
Steps:
101
Expected Behavior
Object should be removed since lock expired at current epoch
Current Behavior
Object cannot be removed and treated as locked object until next extra epoch is ticked
Tests
The text was updated successfully, but these errors were encountered: