You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2021/07/30 12:53:52 UTC

[GitHub] [hadoop] steveloughran commented on pull request #3249: HADOOP-17822. fs.s3a.acl.default not working after S3A Audit feature

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: common-issues-unsubscribe@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org