Skip to content

Commit

Permalink
Update include/aws/s3/s3_client.h
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Graeb <graebm@amazon.com>
  • Loading branch information
waahm7 and graebm authored Dec 12, 2023
1 parent a0b9083 commit 10216ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/s3/s3_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ struct aws_s3_meta_request_options {

/*
* Optional.
* Object size hint in bytes.
* Total object size hint, in bytes.
* This hint helps optimize downloads for small (less than or equal to part_size) or large files.
* This is just used as an estimate, so it's okay to provide an approximate value if the exact size is unknown.
* If not set, the client will assume a large file by default.
Expand Down

0 comments on commit 10216ce

Please sign in to comment.