remoteConfigureCommand.StringVar(&conf.GcsGoogleApplicationCredentials,"gcs.appCredentialsFile","","google cloud storage credentials file, default to use env GOOGLE_APPLICATION_CREDENTIALS")
remoteConfigureCommand.StringVar(&conf.GcsProjectId,"gcs.projectId","","google cloud storage project id, default to use env GOOGLE_CLOUD_PROJECT")
remoteConfigureCommand.StringVar(&conf.AzureAccountName,"azure.account_name","","azure account name, default to use env AZURE_STORAGE_ACCOUNT")
remoteConfigureCommand.StringVar(&conf.AzureAccountKey,"azure.account_key","","azure account name, default to use env AZURE_STORAGE_ACCESS_KEY")