- Enh #10: Added
yii2tech\filestorage\local\Storage::$dirPermission
allowing setup of directory permissions different from file permissions (klimov-paul)
- Bug: Usage of deprecated
yii\base\Object
changed toyii\base\BaseObject
allowing compatibility with PHP 7.2 (klimov-paul)
- Enh #10: Added
yii2tech\amazon\Storage::$amazonS3Config
allowing setup ofAws\S3\S3Client
instantiation options (klimov-paul)
- Enh #8: Added
yii2tech\filestorage\DownloadAction::$inline
allowing to send inline file to the browser and providingcontent-range
support (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\Bucket
mismatches parent class interface (klimov-paul)
- Initial release.