feat: add s3 backup support

This commit is contained in:
Jose Diaz-Gonzalez
2016-10-31 02:12:38 -06:00
parent dfddeaa13c
commit f001535060
16 changed files with 250 additions and 22 deletions

View File

@@ -117,9 +117,3 @@ service_url() {
local SERVICE_ALIAS="$(service_alias "$SERVICE")"
echo "$PLUGIN_SCHEME://$SERVICE:$PASSWORD@$SERVICE_ALIAS:${PLUGIN_DATASTORE_PORTS[0]}/$SERVICE"
}
update_plugin_scheme_for_app() {
local APP="$1"
local MONGO_DATABASE_SCHEME=$(config_get "$APP" MONGO_DATABASE_SCHEME)
PLUGIN_SCHEME=${MONGO_DATABASE_SCHEME:-$PLUGIN_SCHEME}
}