From 4d51d0a7902390fe2b017e1f92770522c9b3f561 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 24 Aug 2021 02:00:51 -0700 Subject: [PATCH] Updated Configure Remote Storage (markdown) --- Configure-Remote-Storage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configure-Remote-Storage.md b/Configure-Remote-Storage.md index 298d095..d98c309 100644 --- a/Configure-Remote-Storage.md +++ b/Configure-Remote-Storage.md @@ -10,6 +10,8 @@ Run `remote.configure` in `weed shell`: # set or update a configuration remote.configure -name=cloud1 -type=s3 -access_key=xxx -secret_key=yyy + remote.configure -name=cloud2 -type=gcs -gcs.appCredentialsFile=~/service-account-file.json + remote.configure -name=cloud3 -type=azure -azure.account_name=xxx -azure.account_key=yyy # delete one configuration remote.configure -delete -name=cloud1