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