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

Steve Loughran commented on HADOOP-17822:
-----------------------------------------

+Fixes ITestAssumedRole, ITestAssumedRoleCommitOperations to work when you've 
set acl.default to something.

if those tests stop working when you are backporting/testing older versions, 
this is a possible cause
{code}
<property>
  <name>fs.s3a.acl.default</name>
  <value>LogDeliveryWrite</value>
</property>
{code}

> fs.s3a.acl.default not working after S3A Audit feature added
> ------------------------------------------------------------
>
>                 Key: HADOOP-17822
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17822
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.3.2
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.3.2
>
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> After HADOOP-17511 the fs.s3a.acl.default propperty isn't being passed 
> through to S3 PUT/COPY requests.
> The new RequestFactory is being given the acl values from the S3A FS 
> instance, but the factory is being created before the acl settings are loaded 
> from the configuration.
> Fix, and ideally, test (if the getXAttr lets us see this now)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to