From b76a44f2123cacb94c7542e5205aaa191e6c3875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kabakc=C4=B1?= Date: Sat, 3 Aug 2024 14:17:40 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b2e577..56bdda8 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ If your Snowflake account (`snowflake --account`) is a Polaris Catalog, UniverSQ Since Snowflake doesn't provide direct access to data lake, UniverSQL uses your local credentials for cloud storage so [make sure you configure the cloud SDKs](#install-data-lake-sdks). You should install the your cloud's SDK and configure it with your credentials. -##### AWS +###### AWS [Install](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) and [configure](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html#sso-configure-profile-token-auto-sso) AWS CLI. If you would like to use AWS client id / secret, you can use `aws configure` to set them up.