Hi Artur, You should be able to get a single S3 object with the camel-aws component using the "fileName" query parameter on the consumer. See the documentation at https://github.com/apache/camel/blob/master/components/camel-aws/src/main/docs/aws-s3-component.adoc.
Gregor On Mon, Jun 19, 2017 at 5:28 PM, Artur Jablonski <ajablon...@ravenpack.com> wrote: > Hello, > > I am trying to get a single object from S3 via Camel and I am not sure how > to do this. > > It seems that the producer endpoint can only upload to S3 and the consumer > endpoint can poll a bucket, but how can express a use case of retrieving a > single S3 object when I know it's key? > > Best > Artur