Skip to content

Commit

Permalink
remove copy paste doc
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Dec 13, 2024
1 parent 70cdf46 commit 26d77cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/s3_platform_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,12 @@ struct aws_s3_platform_info s_p5en_platform_info = {
*/
static struct aws_s3_platform_info s_trn2_platform_info = {
.instance_type = AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("trn2.48xlarge"),
/* not all of the advertised 1600 Gbps bandwidth can be hit from the cpu in user-space */
.max_throughput_gbps = 400,
.has_recommended_configuration = true,
};

static struct aws_s3_platform_info s_trn2u_platform_info = {
.instance_type = AWS_BYTE_CUR_INIT_FROM_STRING_LITERAL("trn2u.48xlarge"),
/* not all of the advertised 800 Gbps bandwidth can be hit from the cpu in user-space */
.max_throughput_gbps = 400,
.has_recommended_configuration = true,
};
Expand Down

0 comments on commit 26d77cc

Please sign in to comment.