AD
Now the problem is, how to force-download those file in spaces,
So far, the code like this:
public function actionDownload($path) {
        /** @var Service $storage */
        $storage = Yii::$app->get('storage');
        return Yii::$app->response->sendFile($storage->get($path));
    }Thanks
 
         
       
      

