From 79e2308003271552a89b239c34bc73cb32483700 Mon Sep 17 00:00:00 2001 From: JohnSully Date: Wed, 13 Mar 2019 16:57:40 -0400 Subject: [PATCH] Update README.md Former-commit-id: a3da10f4ebbc983fc1e10269a1c72fc2d146cdf0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d89eaa5b..8aadfd126 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you would like to use the FLASH backed storage this option configures the dir db-s3-object /path/to/bucket -If you would like KeyDB to dump directly to AWS S3 this option specifies the bucket. Using this option with the traditional RDB options will result in KeyDB backing up twice to both locations. This requires the AWS CLI tools to be installed and configured which are used under the hood to transfer the data. +If you would like KeyDB to dump and load directly to AWS S3 this option specifies the bucket. Using this option with the traditional RDB options will result in KeyDB backing up twice to both locations. If both are specified KeyDB will first attempt to load from the local dump file and if that fails load from S3. This requires the AWS CLI tools to be installed and configured which are used under the hood to transfer the data. All other configuration options behave as you'd expect. Your existing configuration files should continue to work unchanged.