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
currently it is only possible to use Metadata on UploadRequest and cannot add tags. In Azure Blob Storage index tags can by used to search blobs, so in many cases Micronaut implementation is useless if one need add tags for search functionality.
Feature description
currently it is only possible to use Metadata on UploadRequest and cannot add tags. In Azure Blob Storage index tags can by used to search blobs, so in many cases Micronaut implementation is useless if one need add tags for search functionality.
With Azure SDK it can be made like:
I tryed this:
but it not works, probably because of this (tags are not copied):
from
AzureBlobStorageOperations
BTW using
client.deleteIfExists()
is in my opinion bad practice:uploadWithResponse
overrides existing blob, according to javadoc: "Creates a new blob, or updates the content of an existing blob"The text was updated successfully, but these errors were encountered: