Open Bdegraaf1234 opened 7 months ago
Looks like the issue is caused by a change in how "prefix" items are handled (these are directories?)
https://github.com/Azure/azure-sdk-for-java/issues/38168
Where you used to get a null if you called getLastmodified()
on a prefix item, you now get an error.
We'll mirror the situation from the S3 storage as a fix:
Seems to only be an issue for v2 as directories are handled differently after that. merging into branch v2 in #555
After updating
azure-storage-blob
to12.22.1
jobs start failing with the following error