I try to apply prefix and delimiter for my aws-s3 consumer endpoint. For some reason delimiter parameter is not recognized:
org.apache.camel.ResolveEndpointFailedException: Failed to resolve endpoint: aws-s3://somebucketname?accessKey=RAW(xxxxxx)&delimiter=%2F&prefix=somePrefix&secretKey=RAW(xxxxx) due to: There are 1 parameters that couldn't be set on the endpoint. Check the uri if the parameters are spelt correctly and that they are properties of the endpoint. Unknown parameters=[{delimiter=/}]
I thought that maybe adjusting &delimiter=RAW(/) would help, but I have the same result:
Unknown parameters=[{delimiter=/}]