minio-dotnet
minio-dotnet copied to clipboard
How to restore a version of an object ?
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.