<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
	<camelContext xmlns="http://camel.apache.org/schema/blueprint">
		<route>
			<from uri="aws2-s3://myawsbucket?accessKey=RAW(myaccesskey)&amp;secretKey=RAW(mysecretkey)&amp;region=eu-west-1"/>
			<to uri="file:d:/data/camel/aws-s3-test/in?fileName=${header.CamelAwsS3Key}"/>
		</route>
	</camelContext>
</blueprint>