danielcweeks commented on code in PR #17332:
URL: https://github.com/apache/iceberg/pull/17332#discussion_r3646544422
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -5280,6 +5367,48 @@ components:
headers:
$ref: '#/components/schemas/MultiValuedMap'
+ PresignRequest:
+ description: >
+ A request to refresh pre-signed URLs for a set of files that were
returned as part
+ of a previous server-side scan planning result.
+ type: object
+ required:
+ - plan-id
Review Comment:
I don't think `plan-id` would be required. If we're considering
pre-signing, it should be generically applied across all access (not just
scan/plan)
--
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]