Download the PHP package behinddesign/craft-object-storage without Composer
On this page you can find all versions of the php package behinddesign/craft-object-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download behinddesign/craft-object-storage
More information about behinddesign/craft-object-storage
Files in behinddesign/craft-object-storage
Package craft-object-storage
Short Description A Craft 5 plugin that integrates with most S3 compatible Object Storage. Includes custom host / path or subdomain connection types
License MIT
Informations about the package craft-object-storage
Generic Object Storage Volume for Craft CMS
This plugin provides a S3 (Object) storage integration for Craft CMS.
- Supports path style S3 and subdomain style S3.
- Visibility can also be set independently per filesystem.
Requirements
- PHP 8.0
- Craft 5.0
Installation
To install the plugin.
Install the plugin via composer
Update your local .env file (Optional, set these during configuration of Filesystem)
Install the plugin
Or browse to CP > Settings > Plugins to enable the plugin.
Configure
Within Settings -> Filesystems -> Add / Edit a filesystem
The dropdown for 'Filesystem Type' will now contain 'Generic S3' as an option.
Thanks!
fortrabbit The base setup for the S3 integration made significantly easier with their plugin. Added extra features which allow for a generic integration such as path style endpoints, the ability to select visibility. This means integration with minio is much easier.
All versions of craft-object-storage with dependencies
craftcms/cms Version ^4.0.0|^5.0.0
craftcms/flysystem Version ^1.0.0|^2.0.0
league/flysystem-aws-s3-v3 Version ^3.0.0
symfony/console Version ^6.0|^7.0