v.25.8New Feature
Add GRANT READ ON S3
Why it matters
This feature enables fine-grained access control to external S3 data sources by allowing administrators to grantREAD permissions on specific S3 path patterns. It enhances security and flexibility when managing user permissions for external storage.How to use it
Use the SQL statement with the new syntax to grant read access to a user for S3 paths matching the specified pattern. For example:GRANT READ ON S3('s3://foo/.*') TO user