Re: AWS S3 Storage Service gets 403 Forbidden

2023-08-24 Thread Ross Woolf
-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

Re: AWS S3 Storage Service gets 403 Forbidden

2023-08-24 Thread Ross Woolf
; > 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+)" > > /> > > > > > > > >

Re: AWS S3 Storage Service gets 403 Forbidden

2023-08-24 Thread Ross Woolf
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

Re: AWS S3 Storage Service gets 403 Forbidden

2023-08-24 Thread Ross Woolf
, 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

AWS S3 Storage Service gets 403 Forbidden

2023-08-24 Thread Ross Woolf
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

splitting mail attachments with attachment as body

2023-07-25 Thread Ross Woolf
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

Re: Using a specific bundle version (in Karaf in Blueprint/Camel context route.

2015-11-10 Thread Ross Woolf
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

Having problems with CamelContext.addRoutes() and ActiveMQ

2015-06-11 Thread Ross Woolf
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