v.23.11New Feature

Add blob_storage_log table for auditing data in S3 and object storages

Add system table blob_storage_log. It allows auditing all the data written to S3 and other object storages. #52918 (vdimir).
Added the blob_storage_log system table to audit all data written to S3 and other object storages.

Why it matters

This feature provides users with the ability to monitor and audit every piece of data written to external object storage systems such as S3. It enhances transparency and helps in debugging, compliance, and data tracking scenarios.

How to use it

Users can query the new blob_storage_log system table like any other system table to review logs of data written to object storages. No special configuration is needed to enable it once the version including this feature is upgraded to.