Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 274EB18950 for ; Wed, 13 Jan 2016 04:04:40 +0000 (UTC) Received: (qmail 6588 invoked by uid 500); 13 Jan 2016 04:04:40 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 6475 invoked by uid 500); 13 Jan 2016 04:04:39 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 6466 invoked by uid 99); 13 Jan 2016 04:04:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jan 2016 04:04:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BEC7E2C03DA for ; Wed, 13 Jan 2016 04:04:39 +0000 (UTC) Date: Wed, 13 Jan 2016 04:04:39 +0000 (UTC) From: "Doug Tung (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CAMEL-9507) Support suppressing body from aws-s3 consumer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Doug Tung created CAMEL-9507: -------------------------------- Summary: Support suppressing body from aws-s3 consumer Key: CAMEL-9507 URL: https://issues.apache.org/jira/browse/CAMEL-9507 Project: Camel Issue Type: New Feature Components: camel-aws Affects Versions: 2.16.1 Reporter: Doug Tung Add a configuration option to suppress the downloading of the s3 object for the aws-s3 consumer. Just return the metadata. Sometimes, you may want to use the claimcheck pattern with S3, where you care about a new object but will not actually download it in Camel. An example of this is the Redshift COPY command. When a file arrives in S3, we can import it into Redshift. -- This message was sent by Atlassian JIRA (v6.3.4#6332)