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