diff --git a/src/main/resources/spring/camel-context.xml b/src/main/resources/spring/camel-context.xml index eca9820b..cded6570 100644 --- a/src/main/resources/spring/camel-context.xml +++ b/src/main/resources/spring/camel-context.xml @@ -263,7 +263,7 @@ ${body} != null && ${body.payloadStorageId} != null - aws-s3:xavier-dev?amazonS3Client=#s3client&deleteAfterRead=false&fileName=${body.payloadStorageId} + aws-s3:{{S3_BUCKET}}?amazonS3Client=#s3client&deleteAfterRead=false&fileName=${body.payloadStorageId} ${header.CamelAwsS3ContentDisposition}