mirror of https://github.com/apache/druid.git
Add doc for druid.storage.useS3aSchema. (#6964)
This commit is contained in:
parent
de810286cd
commit
edee576a7a
|
@ -542,6 +542,7 @@ This deep storage is used to interface with Amazon's S3. Note that the `druid-s3
|
|||
|`druid.storage.disableAcl`|Boolean flag for ACL.|false|
|
||||
|`druid.storage.archiveBucket`|S3 bucket name for archiving when running the indexing-service *archive task*.|none|
|
||||
|`druid.storage.archiveBaseKey`|S3 object key prefix for archiving.|none|
|
||||
|`druid.storage.useS3aSchema`|If true, use the "s3a" filesystem when using Hadoop-based ingestion. If false, the "s3n" filesystem will be used. Only affects Hadoop-based ingestion.|false|
|
||||
|
||||
#### HDFS Deep Storage
|
||||
|
||||
|
|
Loading…
Reference in New Issue