oscerd commented on issue #1872: URL: https://github.com/apache/camel-kamelets/issues/1872#issuecomment-1931557831
Supposing we are going to support multiple components with cloud events this require a lot of work: for s3 for example, you can decide to exclude the body from the payload, by specifying a parameter in the Kamelet configuration, the problem is much more related to the fact you don't have a way to directly point to the S3 object: if it's a public object we could build the URL, if it's not we should create a pre-signed URL which require some work but also some API call and some cost. Doing for all the CE supported components is not easy and require a lot of time. So not sure this could be done without some coordinated effort. -- 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]
