You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discovered when working with #33 it seems like the cloud storage providers (and the local one too) does not return the Metadata:dictionary<string, string> stored on the object in the BlobDescriptor when calling GetBlobDescriptor*.
I believe this is a bug as it effectively renders callers unable to retrieve stored metadata on their objects.
The text was updated successfully, but these errors were encountered:
As discovered when working with #33 it seems like the cloud storage providers (and the local one too) does not return the
Metadata:dictionary<string, string>
stored on the object in theBlobDescriptor
when callingGetBlobDescriptor*
.I believe this is a bug as it effectively renders callers unable to retrieve stored metadata on their objects.
The text was updated successfully, but these errors were encountered: