Skip to content

Commit 5847b0a

Browse files
committed
add notes that it will be per client
1 parent afb2655 commit 5847b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The S3 client uses a buffer pool to manage memory for concurrent transfers. You
4242
**Default Behavior**: If neither is set (config is 0 and environment variable is not set), the client sets a default memory limit based on the target throughput.
4343

4444
**Notes**:
45+
* The limit applies per client. If multiple clients created, limit will apply to each separately.
4546
* The environment variable value must be a valid positive integer representing gigabytes (GiB).
4647
* The value is converted from GiB to bytes internally (1 GiB = 1024³ bytes).
4748
* Invalid values or overflow conditions will cause client creation to fail with `AWS_ERROR_INVALID_ARGUMENT`.

0 commit comments

Comments
 (0)