Skip to content

Commit dbbef99

Browse files
committed
update documentation
1 parent 41429a7 commit dbbef99

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/aws/s3/s3_client.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,8 @@ struct aws_s3_client_config {
606606
*
607607
* WARNING: This feature is experimental.
608608
* Currently, backpressure is only applied to GetObject requests which are split into multiple parts,
609-
* and you may still receive some data after the window reaches 0.
609+
* - you may still receive some data after the window reaches 0 for body_callback_ex.
610+
* - If you set body_callback, no more data will be delivered once the window reaches 0.
610611
*/
611612
bool enable_read_backpressure;
612613

@@ -1220,7 +1221,8 @@ struct aws_future_void *aws_s3_meta_request_write(
12201221
*
12211222
* WARNING: This feature is experimental.
12221223
* Currently, backpressure is only applied to GetObject requests which are split into multiple parts,
1223-
* and you may still receive some data after the window reaches 0.
1224+
* - you may still receive some data after the window reaches 0 for body_callback_ex.
1225+
* - If you set body_callback, no more data will be delivered once the window reaches 0.
12241226
*/
12251227
AWS_S3_API
12261228
void aws_s3_meta_request_increment_read_window(struct aws_s3_meta_request *meta_request, uint64_t bytes);

0 commit comments

Comments
 (0)