mirror of https://github.com/apache/druid.git
Adding missing docs for druid.indexer.logs.disableAcl (#8046)
This commit is contained in:
parent
338b8b3fef
commit
3353da2974
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue