在使用存储桶表达式进行处理之前,如果存储桶在 S3 存储中可用,如何检查 s3-outbound-gateway。如果存储桶不可用,则应将其重定向到错误通道。
<int-aws:s3-outbound-gateway id="FileGenerationChannelS3"
request-channel="filesOutS3ChainChannel"
reply-channel="filesArchiveChannel"
transfer-manager="transferManager"
bucket-expression="headers.TARGET_BUCKET"
command="UPLOAD">