dimas-b commented on code in PR #3170:
URL: https://github.com/apache/polaris/pull/3170#discussion_r2582617684


##########
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:
   @cccs-cat001 : just for clarity, from my POV this is the only issue that is 
really critical to resolve before merging.



-- 
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]

Reply via email to