cccs-cat001 commented on code in PR #3170:
URL: https://github.com/apache/polaris/pull/3170#discussion_r2584720528
##########
runtime/service/src/main/java/org/apache/polaris/service/storage/PolarisStorageIntegrationProviderImpl.java:
##########
@@ -88,7 +91,8 @@ public PolarisStorageIntegrationProviderImpl(
new AwsCredentialsStorageIntegration(
(AwsStorageConfigurationInfo)
polarisStorageConfigurationInfo,
stsClientProvider,
- stsCredentials);
+ stsCredentials,
+ context);
Review Comment:
Yeah I'm working on it, I'm just dumb 😅 😆
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]