diff --git a/README.md b/README.md index 46e1d8b..567814a 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,17 @@ an Abstraction for local and remote filesystems into Magento2 without overriding ## Features ## -* Integrate Flysystem to configure different file storages like **ftp**, **local** and **cloud** (S3). +* Integrate Flysystem to configure different file storages like **sftp**, **local** or **cloud** (S3). * Provide modularity to easily integrate more adapters in the projects which use it. * Integrate image modal for Magento2 product and category image uploads. * You can select from the same **file-pool** instead of uploading from local. * So you can select an image like in the image selector for cms pages and blocks. * ACL Configuration for insert, upload, delete files and for create, delete folders and more. * Separate media page for fast access to flysystem media files. No need for WYSIWYG-Editor Button. + +## Flysystem Adapters ## +* In core module integrated **local**, **ftp** and **sftp** adapters +* [**S3** Flysystem Adapter](https://github.com/flagbit/Magento2-Flysystem-S3) (install the additional magento2 module) ## Wiki Pages ## diff --git a/view/adminhtml/templates/browser/content.phtml b/view/adminhtml/templates/browser/content.phtml index 6ce7847..7b36b3f 100644 --- a/view/adminhtml/templates/browser/content.phtml +++ b/view/adminhtml/templates/browser/content.phtml @@ -5,16 +5,17 @@ ?>