v.20.10Improvement

Add Option to Skip Access Checks for DiskS3 Experimental Feature

Add an option to skip access checks for DiskS3. s3 disk is an experimental feature. #14497 (Pavel Kovalenko).
Introduces an option to skip access checks for the DiskS3 storage in ClickHouse.

Why it matters

This feature addresses the need to bypass access permission verifications for the S3 disk, which is currently an experimental storage option. It facilitates testing and usage scenarios where strict access checks might impede development or operational workflows.

How to use it

Users can enable this feature by configuring the DiskS3 disk settings to skip access checks. This typically involves setting the appropriate option in the disk configuration section of the ClickHouse server settings for the experimental S3 disk.