nastra commented on code in PR #15112:
URL: https://github.com/apache/iceberg/pull/15112#discussion_r2720878853


##########
aws/src/main/resources/s3-signer-open-api.yaml:
##########
@@ -1,150 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF licenses this file
-# to you under the Apache License, Version 2.0 (the
-# "License"); you may not use this file except in compliance
-# with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing,
-# software distributed under the License is distributed on an
-# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied.  See the License for the
-# specific language governing permissions and limitations
-# under the License.
-#
-
----
-openapi: 3.0.3
-info:
-  title: Apache Iceberg S3 Signer API
-  license:
-    name: Apache 2.0
-    url: https://www.apache.org/licenses/LICENSE-2.0.html
-  version: 0.0.1
-  description:
-    Defines the specification for the S3 Signer API.
-servers:
-  - url: "{scheme}://{host}/{basePath}"
-    description: Server URL when the port can be inferred from the scheme
-    variables:
-      scheme:
-        description: The scheme of the URI, either http or https.
-        default: https
-      host:
-        description: The host address for the specified server
-        default: localhost
-      basePath:
-        description: Optional prefix to be prepended to all routes
-        default: ""
-  - url: "{scheme}://{host}:{port}/{basePath}"
-    description: Generic base server URL, with all parts configurable
-    variables:
-      scheme:
-        description: The scheme of the URI, either http or https.
-        default: https
-      host:
-        description: The host address for the specified server
-        default: localhost
-      port:
-        description: The port used when addressing the host
-        default: "443"
-      basePath:
-        description: Optional prefix to be appended to all routes
-        default: ""
-
-paths:
-
-  /v1/aws/s3/sign:

Review Comment:
   I don't think we would want to remove this spec yet. We should probably 
first deprecate it



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to