From 26a5b0ceca4ad7f39af2c3ced002e47ae9599860 Mon Sep 17 00:00:00 2001 From: Shivam Malhotra Date: Wed, 28 Aug 2024 16:16:53 -0500 Subject: [PATCH] Fixed broked pydocs for S3 --- py/server/deephaven/experimental/s3.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py/server/deephaven/experimental/s3.py b/py/server/deephaven/experimental/s3.py index db6168aca16..08f6a01d296 100644 --- a/py/server/deephaven/experimental/s3.py +++ b/py/server/deephaven/experimental/s3.py @@ -54,9 +54,9 @@ def __init__(self, Args: region_name (str): the region name for reading parquet files. If not provided, the default region will be - picked by the AWS SDK from 'aws.region' system property, "AWS_REGION" environment variable, the - {user.home}/.aws/credentials or {user.home}/.aws/config files, or from EC2 metadata service, if running in - EC2. + picked by the AWS SDK from 'aws.region' system property, "AWS_REGION" environment variable, the + {user.home}/.aws/credentials or {user.home}/.aws/config files, or from EC2 metadata service, if running + in EC2. max_concurrent_requests (int): the maximum number of concurrent requests for reading files, default is 256. read_ahead_count (int): the number of fragments to send asynchronous read requests for while reading the current fragment. Defaults to 32, which means fetch the next 32 fragments in advance when reading the current fragment.