v.24.11Improvement
Added object existence check after uploading to Azure Blob Storage
Added option to check if the object exists after writing it to Azure Blob Storage, this is controlled by setting check_objects_after_upload. #64847 (Smita Kulkarni).Why it matters
This feature addresses the need to ensure data integrity and successful upload confirmation when writing objects to Azure Blob Storage. It helps users detect any upload failures or inconsistencies by checking that the object actually exists after the write operation completes.How to use it
To enable this feature, set the configuration optioncheck_objects_after_upload to true when writing data to Azure Blob Storage. This triggers an existence check for the uploaded object post-upload.