minio-dotnet icon indicating copy to clipboard operation
minio-dotnet copied to clipboard

How to restore a version of an object ?

Open iget opened this issue 1 year ago • 1 comments

iget avatar May 30 '23 07:05 iget

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.

henriquehrf avatar Nov 14 '23 21:11 henriquehrf