sathesuraj commented on issue #2207: URL: https://github.com/apache/polaris/issues/2207#issuecomment-3233058394
> 2. I cannot say with certainly whether it will work or not. I'd _guess_ it will _not_ work because `SKIP_CREDENTIAL_SUBSCOPING_INDIRECTION=true` suppresses the propagation of endpoint config to FileIO. @dimas-b When the SKIP_CREDENTIAL_SUBSCOPING_INDIRECTION is set to true, Polaris credentials are utilized to connect to S3. However, this setting bypasses storageConfigInfo, which includes properties such as pathStyleAccess. If pathStyleAccess were considered even when SKIP_CREDENTIAL_SUBSCOPING_INDIRECTION is true, it might allow us to create tables on on-premises S3 storage services. Currently, the system attempts to use virtual-host-style access, which results in failure. I would appreciate your feedback on this matter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org