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


##########
polaris-core/src/main/java/org/apache/polaris/core/storage/aws/AwsStorageConfigurationInfo.java:
##########
@@ -149,6 +156,12 @@ public URI getEndpointUri() {
     return endpoint == null ? null : URI.create(endpoint);
   }
 
+  /** Returns a flag indicating whether path-style bucket access should be 
forced in S3 clients. */
+  @JsonIgnore
+  public boolean forcePathStyleAccess() {

Review Comment:
   renamed



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

Reply via email to