File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
polaris-core/src/main/java/org/apache/polaris/core/rest Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,6 @@ public class PolarisEndpoints {
7373 .add (V1_GET_APPLICABLE_POLICIES )
7474 .build ();
7575
76- public static final Endpoint V1_S3_REMOTE_SIGNING =
77- Endpoint .create ("POST" , PolarisResourcePaths .V1_S3_REMOTE_SIGNING );
78-
79- public static final Set <Endpoint > REMOTE_SIGNING_ENDPOINTS =
80- ImmutableSet .<Endpoint >builder ().add (V1_S3_REMOTE_SIGNING ).build ();
81-
8276 /**
8377 * Get the generic table endpoints. Returns GENERIC_TABLE_ENDPOINTS if ENABLE_GENERIC_TABLES is
8478 * set to true, otherwise, returns an empty set.
Original file line number Diff line number Diff line change @@ -48,10 +48,6 @@ public class PolarisResourcePaths {
4848 "/polaris/v1/{prefix}/namespaces/{namespace}/policies/{policy-name}/mappings" ;
4949 public static final String V1_APPLICABLE_POLICIES = "/polaris/v1/{prefix}/applicable-policies" ;
5050
51- // S3 Remote Signing endpoint
52- public static final String V1_S3_REMOTE_SIGNING =
53- "/s3-sign/v1/{prefix}/namespaces/{namespace}/tables/{table}" ;
54-
5551 private final String prefix ;
5652
5753 public PolarisResourcePaths (String prefix ) {
You can’t perform that action at this time.
0 commit comments