blobber
blobber copied to clipboard
Search endpoint to get file details/metadata using lookupHash
- We have ability to list files part of the allocation using
listObjects
available on gosdk. - The object in the response of
listObject
contains file details/metadata info. - Using lookupHash we would like to get any file's details from a REST endpoint.
- Not sure but maybe we could add this to gosdk too.