From a0dd76c062253ca198590dcacc52e740afd44b98 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Mon, 26 Jun 2023 15:32:53 -0700 Subject: [PATCH] remove cd --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 07d464673..58c62f4c5 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ cmake --build aws-c-s3/build --target install The unit tests require an AWS account with S3 buckets set up in a particular way. Use the [test_helper script](./tests/test_helper/) to set this up. -## Running samples/s3 +## Running S3 sample After installing all the dependencies, and building aws-c-s3, you can run the sample directly from the s3 build directory. @@ -83,7 +83,6 @@ aws-c-s3/build/samples/s3/s3 cp s3:/// ``` To upload: ``` -cd aws-c-s3/build aws-c-s3/build/samples/s3/s3 cp s3:/// --region ``` To list objects: