imply-cheddar commented on code in PR #13697:
URL: https://github.com/apache/druid/pull/13697#discussion_r1083683914


##########
docs/development/extensions-core/s3.md:
##########
@@ -131,6 +131,7 @@ For example, to set the region to 'us-east-1' through 
system properties:
 |`druid.s3.disableChunkedEncoding`|Disables chunked encoding. See [AWS 
document](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Builder.html#disableChunkedEncoding--)
 for details.|false|
 |`druid.s3.enablePathStyleAccess`|Enables path style access. See [AWS 
document](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Builder.html#enablePathStyleAccess--)
 for details.|false|
 |`druid.s3.forceGlobalBucketAccessEnabled`|Enables global bucket access. See 
[AWS 
document](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Builder.html#setForceGlobalBucketAccessEnabled-java.lang.Boolean-)
 for details.|false|
+|`druid.s3.maxConnections`|Max concurrent connections to S3 per task.|None 
(fallbacks to AWS SDK default)|

Review Comment:
   The description makes it seem like this is being set only for tasks.  It's 
being set globally for anything that interacts with S3.



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