[ 
https://issues.apache.org/jira/browse/HADOOP-13405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15389258#comment-15389258
 ] 

Steve Loughran commented on HADOOP-13405:
-----------------------------------------

BTW, for all patches against object stores, we have a strict "declare the 
infrastructure you tested against" policy.

https://wiki.apache.org/hadoop/HowToContribute#Submitting_patches_against_object_stores_such_as_Amazon_S3.2C_OpenStack_Swift_and_Microsoft_Azure

Jenkins doesn't test this code, having the contributor do it shows that you've 
put in the test effort, and that it's ready for review. (we'll still run the 
tests, but now we expect them to pass)

> 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: 3.0.0-alpha2
>
>         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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to