jihoonson commented on code in PR #12405:
URL: https://github.com/apache/druid/pull/12405#discussion_r845457569


##########
docs/development/extensions-core/s3.md:
##########
@@ -56,7 +56,7 @@ To use S3 for Deep Storage, you must supply [connection 
information](#configurat
 |`druid.storage.type`|Global deep storage provider. Must be set to `s3` to 
make use of this extension.|Must be set (likely `s3`).|
 |`druid.storage.archiveBucket`|S3 bucket name for archiving when running the 
*archive task*.|none|
 |`druid.storage.archiveBaseKey`|S3 object key prefix for archiving.|none|
-|`druid.storage.disableAcl`|Boolean flag to disable ACL. If this is set to 
`false`, the full control would be granted to the bucket owner. This may 
require to set additional permissions. See [S3 permissions 
settings](#s3-permissions-settings).|false|
+|`druid.storage.disableAcl`|Boolean flag for how object permissions are 
handled. To use ACLs, set this property to `false`. To use, Object Ownership, 
set it to `true`. The permission requirements for ACLs and Object Ownership are 
different. For more information, see [S3 permissions 
settings](#s3-permissions-settings).|false|

Review Comment:
   ```suggestion
   |`druid.storage.disableAcl`|Boolean flag for how object permissions are 
handled. To use ACLs, set this property to `false`. To use Object Ownership, 
set it to `true`. The permission requirements for ACLs and Object Ownership are 
different. For more information, see [S3 permissions 
settings](#s3-permissions-settings).|false|
   ```



-- 
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]

Reply via email to