Skip to content

Commit

Permalink
Fix autodoc does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Oct 10, 2024
1 parent 375198a commit 8dd0d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tosfs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ def __init__(
The max byte size which will buffer the staging data in-memory before
flushing to the staging file. It will decrease the random write in local
staging disk dramatically if writing plenty of small files.
(default is 4096).
default is 4096.
multipart_threshold : int, optional
The threshold which control whether enable multipart upload during
writing data to the given object storage, if the write data size is less
than threshold, will write data via simple put instead of multipart upload.
(default is 10 MB).
default is 10 MB.
enable_crc : bool
Whether to enable client side CRC check after upload, default is true
enable_verify_ssl : bool
Expand Down

0 comments on commit 8dd0d60

Please sign in to comment.