You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2011/09/19 23:11:09 UTC

[jira] [Updated] (CAMEL-4344) S3Endpoint requires ListAllMyBuckets permission

     [ https://issues.apache.org/jira/browse/CAMEL-4344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CAMEL-4344:
-------------------------------

    Fix Version/s: 2.8.2

> S3Endpoint requires ListAllMyBuckets permission
> -----------------------------------------------
>
>                 Key: CAMEL-4344
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4344
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-aws
>    Affects Versions: 2.8.0
>            Reporter: Brendan Long
>            Assignee: Christian Müller
>            Priority: Minor
>             Fix For: 2.8.2, 2.9.0
>
>         Attachments: s3-endpoint-no-list-buckets.java.diff
>
>
> In S3Endpoint.start(), we determine if a user has permission to access a bucket by sending a ListAllMyBuckets request, and then checking if the bucket is in the response. Instead, we could just query the bucket directly, like in S3Client.doesBucketExist().
> We can't just call doesBucketExist() because it returns true if someone else owns the bucket.
> Since we never call listBuckets() again, this would remove one required permission.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira