From 32e77ec8151af46d7d72414cf9c524740edb2875 Mon Sep 17 00:00:00 2001 From: dhruba borthakur Date: Fri, 1 May 2020 12:40:03 -0700 Subject: [PATCH] Update README.md --- cloud/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cloud/README.md b/cloud/README.md index 2f776cbfce8..5e9a4102ff5 100644 --- a/cloud/README.md +++ b/cloud/README.md @@ -9,7 +9,8 @@ Here is an [example](https://github.com/rockset/rocksdb-cloud/blob/master/cloud/ ### Compile The compilation process assumes that the AWS c++ SDK is installed in the default location of /usr/local. You can follow the steps listed -here https://github.com/aws/aws-sdk-cpp to install the c++ AWS sdk. +here https://github.com/aws/aws-sdk-cpp (version 1.7.325 or later) +to install the c++ AWS sdk. If you want to compile rocksdb with AWS support, please set the following environment variable USE_AWS=1.