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

Chris Nauroth updated HADOOP-13405:
-----------------------------------
    Assignee: Shen Yinjie

[~shenyinjie], thank you for the patch.  I've added you as a contributor on the 
Hadoop project and assigned the issue to you for acknowledgment.

For whatever reason, I'm always able to use Firefox (but not Chrome) to add 
more contributors even when the list is heavily loaded.  Why the problem is 
browser-specific and not common to the JIRA back-end is completely baffling to 
me, but that's the workaround I use.

> 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
>            Assignee: Shen Yinjie
>            Priority: Minor
>             Fix For: 2.8.0
>
>         Attachments: HADOOP-13405.patch, 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to