[
https://issues.apache.org/jira/browse/HADOOP-17822?focusedWorklogId=631597&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-631597
]
ASF GitHub Bot logged work on HADOOP-17822:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 30/Jul/21 12:53
Start Date: 30/Jul/21 12:53
Worklog Time Spent: 10m
Work Description: steveloughran commented on pull request #3249:
URL: https://github.com/apache/hadoop/pull/3249#issuecomment-889872576
Testing: S3 london; full suite in progress with acls set in auth-keys.xml
Also verified via a "hadoop fs -touchz s3a://stevel-london/acl4" call
```xml
<property>
<name>fs.s3a.acl.default</name>
<value>LogDeliveryWrite</value>
</property>
```
then verify through AWS CLI
```
> aws s3api get-object-acl --bucket stevel-london --key acl4
GRANTS FULL_CONTROL
GRANTEE <owner> CanonicalUser
GRANTS WRITE
GRANTEE Group http://acs.amazonaws.com/groups/s3/LogDelivery
GRANTS READ_ACP
GRANTEE Group http://acs.amazonaws.com/groups/s3/LogDelivery
OWNER <owner>
```
--
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: 631597)
Time Spent: 20m (was: 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
> Labels: pull-request-available
> Time Spent: 20m
> 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]