You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ADD `LocalStorageManager` and `S3StorageManager` which handling upload and download files from storage
11
+
* ADD New configuration for `S3` client (for more informations check README)
12
+
* ADD `StorageConfigInterface`, `StorageManagerInterface` and `StoredFileInterface`
13
+
* UPDATE Return type for `getFile()` was changed to`\FileUpload\File\StoredFileInterface` from `\Psr\Http\Message\UploadedFileInterface` Which returning more informations about file
14
+
* UPDATE `UploadComponent::getFile()` from now can throw `HttpException` in case there is `Not supported storage type` in configuration
0 commit comments