From 3b2679290c63ec2da34657be0f80c3b9cac21b00 Mon Sep 17 00:00:00 2001 From: Xin Zheng Date: Tue, 29 Oct 2024 08:44:13 +0700 Subject: [PATCH] updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b90558..f9f45ef 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ ModuleConfiguration config = with() JsonObject json = config.asJsonObject(); ``` -Properties not overridden will not be changed. Thus remaining default. +Properties not overridden will not be changed. Thus remaining default.x-lock-mode To use default values only, the _ModuleConfiguration_ constructor without parameters can be used: @@ -253,12 +253,12 @@ JsonObject json = new ModuleConfiguration().asJsonObject(); ``` ## Storage types -Currently, there are three storage types supported. File system storage, S3 File storage and redis storage. +Currently, there are three storage types supported. File system storage, S3 storage and redis storage. ### File System Storage The data is stored hierarchically on the file system. This is the default storage type when not overridden in the configuration. -### S3 File storage +### S3 storage The data is stored in a S3 instance. Before use, need sign up in AWS service at https://docs.aws.amazon.com/SetUp/latest/UserGuide/setup-AWSsignup.html you also need create bucket from S3 web console first