danielcweeks commented on code in PR #17332:
URL: https://github.com/apache/iceberg/pull/17332#discussion_r3991786027
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -1429,6 +1429,67 @@ paths:
5XX:
$ref: '#/components/responses/ServerErrorResponse'
+ /v1/{prefix}/namespaces/{namespace}/tables/{table}/presign:
Review Comment:
I don't think this should be a client-side decision though. Typically, the
catalog would control what access delegation it supports/prefers. In some
cases, this is even required as the catalog is not required to respect a
request by the client.
Catalog owns access delegation and therefore gets to choose the mechanism.
For the case you describe, I think it might make sense to just add the same
header to the sign request (the Catalog can still choose, but it helps to
signify what the client can support).
--
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]