This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit ed28941e70185dcae9ba40c0de9823a85d9c6bbb Author: Christoph Deppisch <cdeppi...@redhat.com> AuthorDate: Fri Nov 18 09:30:44 2022 +0100 Use log-sink Kamelet and show headers --- test/aws-s3/aws-s3-uri-binding.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/aws-s3/aws-s3-uri-binding.yaml b/test/aws-s3/aws-s3-uri-binding.yaml index 14d420f9..e21d54f4 100644 --- a/test/aws-s3/aws-s3-uri-binding.yaml +++ b/test/aws-s3/aws-s3-uri-binding.yaml @@ -34,4 +34,9 @@ spec: secretKey: ${YAKS_TESTCONTAINERS_LOCALSTACK_SECRET_KEY} region: ${YAKS_TESTCONTAINERS_LOCALSTACK_REGION} sink: - uri: log:info + ref: + kind: Kamelet + apiVersion: camel.apache.org/v1alpha1 + name: log-sink + properties: + showHeaders: true