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 235129676 for ; Sun, 20 Nov 2011 12:14:16 +0000 (UTC) Received: (qmail 27862 invoked by uid 500); 20 Nov 2011 12:14:16 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 27831 invoked by uid 500); 20 Nov 2011 12:14:15 -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 27824 invoked by uid 99); 20 Nov 2011 12:14:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Nov 2011 12:14:15 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Nov 2011 12:14:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9150391B8C for ; Sun, 20 Nov 2011 12:13:51 +0000 (UTC) Date: Sun, 20 Nov 2011 12:13:51 +0000 (UTC) From: =?utf-8?Q?Christian_M=C3=BCller_=28Commented=29_=28JIRA=29?= To: issues@camel.apache.org Message-ID: <1167472756.48797.1321791231596.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CAMEL-4435) Allow specifiying ACL on S3 producer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CAMEL-4435?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1315= 3768#comment-13153768 ]=20 Christian M=C3=BCller commented on CAMEL-4435: ----------------------------------------- Hello Brendan! For the SQS component, we already provide the option to set a policy for a = queue. With the last commit, I added this option also to the S3 and SNS com= ponent. You can do this of course by hand in the AWS console, but if you cr= eate new buckets/topics on the fly with the Camel AWS components, you may n= eed the possibility to define the policy in the same time. Feel free to test this new feature whether it works for you... Best, Christian =20 > Allow specifiying ACL on S3 producer > ------------------------------------ > > Key: CAMEL-4435 > URL: https://issues.apache.org/jira/browse/CAMEL-4435 > Project: Camel > Issue Type: New Feature > Components: camel-aws > Reporter: Brendan Long > Assignee: Christian M=C3=BCller > Priority: Minor > > With the S3 component, there's currently no way to specify ACLs on either= the component or message level. > I'm proposing: > 1. Add a URL parameter, "acl", which can be either: > * A canned ACL (private, public-read, public-read-write, authenticated-= read). Ex: acl=3Dprivate > * A reference to an ACL bean (com.amazonaws.services.s3.model.CannedAcc= essControlList): acl=3D#myAcl > 2. Add CamelAwsS3ACL header, which can contain a string ("private", "publ= ic-read", etc.), a CannedAccessControlList object, or an AccessControlList = object > I'm working on a patch for this, but I want to make sure the way I'm goin= g about it will be accepted before getting too far. > Some questions: > * Is "acl" a good URL parameter? Should it be "access"? Should ACL refe= rences be separate ("aclRef")? > * Should we accept a string for the canned ACL when it's a header, or j= ust expect a CannedAccessControlList object? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira