You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2016/08/18 13:55:21 UTC

[jira] [Updated] (HADOOP-13405) doc for “fs.s3a.acl.default” indicates incorrect values

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

Steve Loughran updated HADOOP-13405:
------------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 3.0.0-alpha2)
                   2.8.0
           Status: Resolved  (was: Patch Available)

+1
committed, thanks. 

I haven't been able to list you as the contributor; JIRA has overloaded with the list of contributors —trying to get some help here as we like to acknowledge everyone's effort.

> doc for “fs.s3a.acl.default” indicates incorrect values
> -------------------------------------------------------
>
>                 Key: HADOOP-13405
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13405
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 2.8.0, 3.0.0-alpha2
>            Reporter: Shen Yinjie
>            Priority: Minor
>             Fix For: 2.8.0
>
>         Attachments: HADOOP-13405.patch
>
>
> description for "fs.s3a.acl.default" indicates its values are "private,public-read....";
> when set value be public-read,and excute 'hdfs dfs -ls s3a://hdfs/'
> {{-ls: No enum constant com.amazonaws.services.s3.model.CannedAccessControlList.public-read}}
> while in amazon-sdk ,
> {code}
> public enum CannedAccessControlList {
>   Private("private"),
>   PublicRead("public-read"),
>   PublicReadWrite("public-read-write"),
>   AuthenticatedRead("authenticated-read"),
>   LogDeliveryWrite("log-delivery-write"),
>   BucketOwnerRead("bucket-owner-read"),
>   BucketOwnerFullControl("bucket-owner-full-control"); 
> {code}
> so values should be enum values as "Private","PublicRead"...
>  attached simple patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org