Flysystem
Categories
Component ID
2489154
Component name
Flysystem
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
36021
Component created
Component changed
Component body
Provides a bridge to use Flysystem as Drupal stream wrappers.
From the Flysystem website:
Flysystem is a filesystem abstraction which allows you to easily swap out a local filesystem for a remote one. Reducing technical debt and chance of vendor lock-in.
See the README for documentation.
Supported adapters
- Local (Useful for replicas and replacing another adapter for local development)
- Ftp (Requires the ftp extension)
- Sftp
- Dropbox
- Zip (through ZipArchive)
- Rackspace Cloud Files
- Amazon Web Services - S3
- Openstack Swift
If other adapters are created, create an issue and it will get added to the list.
Dependencies
- This module requires Composer to install it dependencies.
Troubleshooting
If you are having trouble with this module, check the status page admin/reports/status. The status page runs all the Flysystem checks and provides useful error reporting.
