You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ The S3 client uses a buffer pool to manage memory for concurrent transfers. You
42
42
**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.
43
43
44
44
**Notes**:
45
+
* The limit applies per client. If multiple clients created, limit will apply to each separately.
45
46
* The environment variable value must be a valid positive integer representing gigabytes (GiB).
46
47
* The value is converted from GiB to bytes internally (1 GiB = 1024³ bytes).
47
48
* Invalid values or overflow conditions will cause client creation to fail with `AWS_ERROR_INVALID_ARGUMENT`.
0 commit comments