Skip to content
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

How to restore a version of an object ? #790

Open
iget opened this issue May 30, 2023 · 1 comment
Open

How to restore a version of an object ? #790

iget opened this issue May 30, 2023 · 1 comment

Comments

@iget
Copy link

iget commented May 30, 2023

No description provided.

@henriquehrf
Copy link

I use the code to identify the versionId of the object:

_client.ListObjectsAsync(new ListObjectsArgs().WithBucket(bucket).WithVersions(true).WithRecursive(true).WithPrefix(prefix)).ToList()

However, in the minioClient, I didn't find any method that would allow me to restore a specific version of any item from that collection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants