[
https://issues.apache.org/jira/browse/HADOOP-17822?focusedWorklogId=631590&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-631590
]
ASF GitHub Bot logged work on HADOOP-17822:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 30/Jul/21 12:50
Start Date: 30/Jul/21 12:50
Worklog Time Spent: 10m
Work Description: steveloughran opened a new pull request #3249:
URL: https://github.com/apache/hadoop/pull/3249
Fixes the regression caused by HADOOP-17511 by moving where the
cannedACL properties are inited -so guaranteeing that they are valid
before the RequestFactory is created.
Adds
* A unit test in TestRequestFactory to verify the ACLs are set
on all file write operations
* A new ITestS3ACannedACLs test which verifies that ACLs really
do get all the way through.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 631590)
Remaining Estimate: 0h
Time Spent: 10m
> 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
> Time Spent: 10m
> 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]