'#title'=>$this->t('Store files as remote stream (without download)'),
'#description'=>$this->t('Select if files should be stored as remote file urls, otherwise will be downloaded. <strong>This will work only if remote files are accessible thru public URL.</strong>'),
$form['remoteStream']['#description']=$this->t('For this feature you need to install <a href=":url" target="_blank">Remote Stream Wrapper</a> module.',[':url'=>'https://www.drupal.org/project/remote_stream_wrapper']);