Download the PHP package fortrabbit/craft-object-storage without Composer
On this page you can find all versions of the php package fortrabbit/craft-object-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fortrabbit/craft-object-storage
More information about fortrabbit/craft-object-storage
Files in fortrabbit/craft-object-storage
Package craft-object-storage
Short Description A Craft 4 plugin that integrates with fortrabbit's S3 compatible Object Storage
License MIT
Informations about the package craft-object-storage
fortrabbit Object Storage Volume for Craft CMS
This plugin provides an Object Storage integration for Craft CMS.
Requirements
The 4.0 release of this plugin requires Craft CMS 5 and PHP 8.0 or later.
Installation
To install the plugin, follow these instructions.
1. Install the plugin via composer
2. Update your local .env file
Run this command in the terminal to update your .env automatically:
If it fails for some reason, update your .env file manually. Learn how to access credentials on fortrabbit.
3. Install the plugin
Or browse to CP > Settings > Plugins to enable the plugin.
4. Configure
Configure filesystems under: Settings > Filesystems >> [New Filesystem].
- Select
fortrabbit Object Storage
as Filesystem Type. - For the Base URL field use
$OBJECT_STORAGE_HOST
ENV variable. All other fields are pre-configured with ENV vars already. - Set a value for Expires (Cache expiration period)
Configure volumes under: Settings > Assets > [New Volume].
- Select the filesystem created above as the Asset Filesystem.
All versions of craft-object-storage with dependencies
craftcms/cms Version ^5.0.0
craftcms/flysystem Version ^2.0.0
league/flysystem-aws-s3-v3 Version ^3.0.0
symfony/console Version ^6.0 | ^7.0