- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2026 09:32 AM
Hi everyone, is it possible to connect an S3-compatible storage endpoint that is not AWS S3 (for example MinIO) to Databricks Unity Catalog? I already have access using Spark configurations (3a endpoint, access key, secret key, etc.), and I can read/write data at the Spark level.
But is support for an S3-compatible storage endpoint available through Unity Catalog using access key/ secret key credentials rather than an IAM role?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2026 02:51 PM - edited 01-21-2026 02:52 PM
It's not supported unfortunately to register those as Storage Credentials. But the ask seems to be coming up more frequently and I believe Product is in "Discovery" phase to support it in UC. Here are some standard questions that might help with collecting evidence.
~Mohan Mathews.
- What use cases would be unblocked?
- What data volumes do you have in these storage systems?
- What workarounds have you tried? What makes this CUJ difficult?
- What competitive solutions are you considering?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2026 07:28 AM
Thank you for your help @MoJaMa
We have a unified endpoint that is S3-compatible and connects to multiple data sources. Those data sources can be in the cloud or on-prem, and the location of the data doesn’t matter to the user. The goal of the unified endpoint is multiple things: simplicity, unified access, and improved performance.
We can successfully connect today using s3a path-style access with access keys and secret keys, and we are able to read and write data at the Spark level. We now want to understand how our setup can be supported with Unity Catalog.