From fd517e984d76b349eda1036e0a84d16b2ba58b05 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 6 Jan 2022 11:01:21 -0800 Subject: [PATCH] Updated Configure Remote Storage (markdown) --- Configure-Remote-Storage.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Configure-Remote-Storage.md b/Configure-Remote-Storage.md index ddf59ac..c461b5b 100644 --- a/Configure-Remote-Storage.md +++ b/Configure-Remote-Storage.md @@ -1,5 +1,10 @@ # Supported Vendors +Here are a list of vendors supported. For other S3 compatible vendors, you can use just s3, but usually you may need to tweak these parameters: +``` +remote.configure -name=cloud1 -type=s3 -access_key=xxx -secret_key=yyy -s3.endpoint=zzzzz -s3.force_path_style=true -s3.v4_signature=false +``` + | Name | Type | Note | Reference | | -- | -- | -- | -- | | AWS S3 | s3 | | |