-
Notifications
You must be signed in to change notification settings - Fork 288
Description
Currently, Polaris lacks native support for Alibaba Cloud OSS (Object Storage Service) with Assume Role authentication. While Polaris has excellent AWS S3 support, there is no equivalent implementation for Alibaba Cloud OSS users.
Key Problems:
-
Missing OSS Authentication: Polaris doesn't support OSS-specific authentication mechanisms, particularly Assume Role authentication which is widely used in enterprise Alibaba Cloud environments.
-
No OSS Credential Provider: Unlike AWS S3 which has comprehensive credential provider chains, there's no equivalent for OSS STS (Security Token Service) and RAM (Resource Access Management) integration.
-
Enterprise Adoption Barrier: Many organizations using Alibaba Cloud cannot adopt Polaris due to lack of proper OSS authentication support, especially Assume Role which is required for security compliance.
-
Inconsistent Cloud Support: While Polaris supports AWS S3 comprehensively, Alibaba Cloud users (one of the largest cloud providers globally) lack equivalent functionality.
This creates a significant gap for Alibaba Cloud users who want to leverage Polaris for their data lakehouse architecture.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response