dimas-b commented on code in PR #2280:
URL: https://github.com/apache/polaris/pull/2280#discussion_r2504125992
##########
polaris-core/src/main/java/org/apache/polaris/core/rest/PolarisResourcePaths.java:
##########
@@ -78,4 +82,15 @@ public String genericTable(TableIdentifier ident) {
"generic-tables",
RESTUtil.encodeString(ident.name()));
}
+
+ public String s3RemoteSigning(TableIdentifier ident) {
Review Comment:
oops, I did not actually look at the whole class, only at the diff
:sweat_smile:
Let's keep it for now and maybe refactor later.... In general, I'd like to
untangle core from REST :sweat_smile:
--
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]