dcoliversun commented on code in PR #9183: URL: https://github.com/apache/incubator-gluten/pull/9183#discussion_r2022472609
########## docs/get-started/VeloxS3.md: ########## @@ -48,13 +48,20 @@ Note that `spark.hadoop.fs.s3a.iam.role.session.name` is optional. ## Log granularity of AWS C++ SDK in velox You can change log granularity of AWS C++ SDK by setting the `spark.gluten.velox.awsSdkLogLevel` configuration. The Allowed values are: -* OFF -* FATAL -* ERROR -* WARN -* INFO -* DEBUG -* TRACE + "OFF", "FATAL", "ERROR", "WARN", "INFO", "DEBUG", "TRACE". + +## Configuring Whether To Use Proxy From Env for S3 C++ Client Review Comment: I believe this is a standard feature, we can see this doc: https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/client-config.html -- 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]
