- Enh #22: Amazon aws-sdk-php v3 compatibility (leandrogehlen)
- Enh #10: Added
yii2tech\filestorage\local\Storage::$dirPermissionallowing setup of directory permissions different from file permissions (klimov-paul)
- Bug: Usage of deprecated
yii\base\Objectchanged toyii\base\BaseObjectallowing compatibility with PHP 7.2 (klimov-paul)
- Enh #10: Added
yii2tech\amazon\Storage::$amazonS3Configallowing setup ofAws\S3\S3Clientinstantiation options (klimov-paul)
- Enh #8: Added
yii2tech\filestorage\DownloadAction::$inlineallowing to send inline file to the browser and providingcontent-rangesupport (vuongminh)
- Enh #4: Added
yii2tech\filestorage\BucketInterface::openFile()allowing to open file as a PHP resource (klimov-paul) - Enh #6: SFTP file storage implemented via
yii2tech\filestorage\sftp\Storage(klimov-paul) - Enh #7: Usage of URL routes for
BucketInterface::getFileUrl()provided (klimov-paul)
- Bug #2: Fixed
yii2tech\filestorage\amazon\Bucketmismatches parent class interface (klimov-paul)
- Initial release.