-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
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
feature requests: Add undelete
support
#4321
Comments
Maybe also related to #4032 |
@Xuanwo I'm interest in this, how we should start? |
We don't yet have a clear implementation strategy. Please conduct some research and initially propose your design. Then, we can proceed to the RFC stage. |
I'm not sure what to propose RFC, but i think.
|
Part of #2611
After we have object versioning, it's possible for us add API like
undelete
which can restore a file fromdeleted
states.There are several possibilities:
undelete
/restore
which focus onrestore
deleted files from existing versions.promote
which focus onpromote
existing version as current version (this coversrestore
, but harder for users to understand what it does)copy
instead of adding new API.References
How to restore deleted files in cloud storage?
delete_marker
for an object,delete_marker
should be fetched vialist_objects_version
The text was updated successfully, but these errors were encountered: