-receiving?... (along with
using RAW(myKey)) it all started working.
Thanks for your help.
On Thu, Aug 24, 2023 at 3:08 PM Andrea Cosentino wrote:
>
> Have a look at
> https://github.com/apache/camel-examples/tree/main/examples/main
>
> Il giorno gio 24 ago 2023 alle ore 22:38
;
> Il gio 24 ago 2023, 22:23 Ross Woolf ha scritto:
>
> >
> > > uri="aws2-s3://bucket-ses-s3-receiving/?region=us-east-1&accessKey=RAW(MY_ACCESS_KEY)&secretKey=RAW(MY_SECRET_KEY_WITH+)"
> > />
> >
> >
> >
> >
On Thu, Aug 24, 2023 at 2:15 PM Andrea Cosentino wrote:
>
> Can you show the route now that you're using RAW?
>
> Il gio 24 ago 2023, 22:00 Ross Woolf ha scritto:
>
> > My secret key has a +. I used RAW( ) on both the access and secret
> > keys, bu
, Aug 24, 2023 at 1:23 PM Andrea Cosentino wrote:
>
> Do you have particular characters in your key? Prefix the access key value
> with RAW() and the secret in the same way.
>
> Il gio 24 ago 2023, 21:13 Ross Woolf ha scritto:
>
> > I am trying to use the AWS S3 Storage Se
I am trying to use the AWS S3 Storage Service component. I have been
unsuccessful at getting access to the S3 bucket via the component. I
always get a 403 Forbidden error. I am using Camel 3.21.0, and I have
tried both Java 11 and 17 with the same results. I can successfully use
the AWS CLI to
I'm wanting to make the attachments to be a byte array as the body of the
message, but the documentation is unclear to me how I can do this.
In the mail component documentation at
https://camel.apache.org/components/3.21.x/mail-component.html it says:
---
You can also split th
Thank you, that solved my problem.
On Tue, Nov 10, 2015 at 12:32 PM, John Taylor wrote:
> rwoolf writes:
>
> > My blueprint xml file is my "bundle." I drop the blueprint xml file into
> > the deploy directory. I have two different blueprint xml files for the
> two
> > different contexts. So
I am having problems getting queue data from CamelContext. I am a
newbie to Camel and so I just don't see what I am doing wrong.
I am using:
Camel 2.15.2
ActiveMQ 5.11.1
I am using the following code to send data to the queue and it works
(all of this is just test code to learn Camel).
public s