From b132c1091496de2000f012d57a42e3696e0061c2 Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Wed, 18 Oct 2023 16:47:53 -0700 Subject: [PATCH] update s3-benchrunner-python readme (#18) --- runners/s3-benchrunner-python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runners/s3-benchrunner-python/README.md b/runners/s3-benchrunner-python/README.md index 0f0964f6..dec7bf11 100644 --- a/runners/s3-benchrunner-python/README.md +++ b/runners/s3-benchrunner-python/README.md @@ -20,7 +20,7 @@ optional arguments: This is the runner for python libraries. Pass which library you want to benchmark: * `crt`: Uses the [aws-crt-python](https://github.com/awslabs/aws-crt-python/) (the CRT bindings for python) directly. * `boto3-python`: Uses [boto3](https://github.com/boto/boto3), with pure-python transfer manager. -* ~~boto3-crt: Uses boto3, with CRT transfer manager.~~ COMING SOON +* `boto3-crt`: Uses boto3, with CRT transfer manager. * `cli-python`: Uses [AWS CLI](https://github.com/aws/aws-cli/), with pure-python transfer manager. * `cli-crt`: Uses AWS CLI, with CRT transfer manager.