Skip to content

Commit

Permalink
Update source/s3.c
Browse files Browse the repository at this point in the history
Co-authored-by: Dengke Tang <dengket@amazon.com>
  • Loading branch information
DmitriyMusatkin and TingDaoK authored Nov 29, 2023
1 parent 8d59549 commit 8fea78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s3.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ static struct aws_error_info s_errors[] = {
AWS_DEFINE_ERROR_INFO_S3(AWS_ERROR_S3_FILE_MODIFIED, "The file was modified during upload."),
AWS_DEFINE_ERROR_INFO_S3(AWS_ERROR_S3_EXCEEDS_MEMORY_LIMIT, "Request was not created due to used memory exceeding memory limit."),
AWS_DEFINE_ERROR_INFO_S3(AWS_ERROR_S3_INVALID_MEMORY_LIMIT_CONFIG, "Specified memory configuration is invalid for the system. "
"Memory limit should be at least 1GiB and part size and max part size should be smaller than memory limit."),
"Memory limit should be at least 1GiB. Part size and max part size should be smaller than memory limit."),
};
/* clang-format on */

Expand Down

0 comments on commit 8fea78e

Please sign in to comment.