From e5ccc89c22c6e665e86ae77e8239b0ea78da00c7 Mon Sep 17 00:00:00 2001 From: Bhimraj Yadav Date: Fri, 14 Jun 2024 12:49:48 +0545 Subject: [PATCH] fix typo : aws cli url in readme (#169) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe89f7f4..e30c65d5 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ The `optimize` operator supports any data structures and types. Serialize whatev Cloud providers such as [AWS](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html), [Google Cloud](https://cloud.google.com/storage/docs/uploading-objects?hl=en#upload-object-cli), [Azure](https://learn.microsoft.com/en-us/azure/import-export/storage-import-export-data-to-files?tabs=azure-portal-preview) provide command line clients to upload your data to their storage solutions. -Here is how to upload the optimized dataset using the [AWS CLI](https://aws.amazon.com/s3) to [AWS S3](https://aws.amazon.com/s3/). +Here is how to upload the optimized dataset using the [AWS CLI](https://aws.amazon.com/cli/) to [AWS S3](https://aws.amazon.com/s3/). ```bash ⚡ aws s3 cp --recursive my_optimized_dataset s3://my-bucket/my_optimized_dataset