This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 3353da2  Adding missing docs for druid.indexer.logs.disableAcl (#8046)
3353da2 is described below

commit 3353da2974237739bc6bfda27b1770cbde49eed0
Author: Sashidhar Thallam <[email protected]>
AuthorDate: Wed Jul 10 04:41:25 2019 +0530

    Adding missing docs for druid.indexer.logs.disableAcl (#8046)
---
 docs/content/configuration/index.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/content/configuration/index.md 
b/docs/content/configuration/index.md
index c73fb36..28d4346 100644
--- a/docs/content/configuration/index.md
+++ b/docs/content/configuration/index.md
@@ -602,6 +602,7 @@ Store task logs in S3. Note that the `druid-s3-extensions` 
extension must be loa
 |--------|-----------|-------|
 |`druid.indexer.logs.s3Bucket`|S3 bucket name.|none|
 |`druid.indexer.logs.s3Prefix`|S3 key prefix.|none|
+|`druid.indexer.logs.disableAcl`|Boolean flag for ACL. If this is set to 
`false`, the full control would be granted to the bucket owner. If the task 
logs bucket is the same as the deep storage (S3) bucket, then the value of this 
property will need to be set to true if druid.storage.disableAcl has been set 
to true.|false|
 
 #### Azure Blob Store Task Logs
 Store task logs in Azure Blob Store.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to