Updated Configure Remote Storage (markdown)

Chris Lu 2021-08-24 02:00:51 -07:00
parent 0ad6074e13
commit 4d51d0a790

@ -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