- 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.