Henrique R. Firmino
Results
1
comments of
Henrique R. Firmino
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...