Skip to content

Commit

Permalink
MINOR: Explicitly document how the minimum GCS resumable upload chunk…
Browse files Browse the repository at this point in the history
… size is set
  • Loading branch information
stanislavkozlovski authored Oct 26, 2024
1 parent fdc9dc8 commit 3e8592e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ AzureBlobStorageStorageConfig
* Importance: medium

``gcs.resumable.upload.chunk.size``
The chunk size for resumable upload. Must be a multiple of 256 KiB (256 x 1024 bytes). Larger chunk sizes typically make uploads faster, but requires bigger memory buffers. The recommended minimum is 8 MiB. The default is 15 MiB.
The chunk size for resumable upload. Must be a multiple of 256 KiB (256 x 1024 bytes). Larger chunk sizes typically make uploads faster, but requires bigger memory buffers. The recommended minimum is 8 MiB. The default is 15 MiB, `dictated by the GCS SDK <https://cloud.google.com/storage/docs/resumable-uploads#java>`_ when we set it to null.

* Type: int
* Default: null
Expand Down

0 comments on commit 3e8592e

Please sign in to comment.