2017 © Pedro Peláez
 

craft-plugin craft-object-storage

A Craft 3 plugin that integrates with fortrabbit's S3 compatible Object Storage

image

fortrabbit/craft-object-storage

A Craft 3 plugin that integrates with fortrabbit's S3 compatible Object Storage

  • Friday, June 29, 2018
  • by ukautz
  • Repository
  • 1 Watchers
  • 1 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 79 % Grown

The README.md

fortrabbit Object Storage Volume for Craft CMS

This plugin provides an Object Storage integration for Craft CMS., (*1)

Requirements

The 4.0 release of this plugin requires Craft CMS 5 and PHP 8.0 or later., (*2)

Installation

To install the plugin, follow these instructions., (*3)

1. Install the plugin via composer, (*4)

cd /path/to/project

composer require fortrabbit/craft-object-storage

2. Update your local .env file, (*5)

Run this command in the terminal to update your .env automatically:, (*6)

./vendor/bin/object-storage-init {your-app}

If it fails for some reason, update your .env file manually. Learn how to access credentials on fortrabbit., (*7)

OBJECT_STORAGE_BUCKET="(YOUR_APP_NAME)"
OBJECT_STORAGE_HOST="(YOUR_APP_NAME).objects.frb.io"
OBJECT_STORAGE_KEY="(YOUR_APP_NAME)"
OBJECT_STORAGE_REGION="(us-east-1|eu-west-1)"
OBJECT_STORAGE_SECRET="(OBJECT_STORAGE_SECRET)"
OBJECT_STORAGE_SERVER="objects.(us1|eu2).frbit.com"

3. Install the plugin, (*8)

./craft plugin/install fortrabbit-object-storage

Or browse to CP > Settings > Plugins to enable the plugin., (*9)

4. Configure, (*10)

Configure filesystems under: Settings > Filesystems >> [New Filesystem]., (*11)

  • 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]., (*12)

  • Select the filesystem created above as the Asset Filesystem.

The Versions

29/06 2018

dev-master

9999999-dev

A Craft 3 plugin that integrates with fortrabbit's S3 compatible Object Storage

  Sources   Download

MIT

The Requires

 

plugin cloud s3 flysystem craftcms craft volume craft3 object-storage fortabbit

15/05 2018

1.0.2

1.0.2.0

A Craft 3 plugin that integrates with fortrabbit's S3 compatible Object Storage

  Sources   Download

MIT

The Requires

 

plugin s3 flysystem craftcms object-storage fortabbit

27/04 2018

1.0.1

1.0.1.0

A Craft 3 plugin that integrates with fortrabbit's S3 compatible Object Storage

  Sources   Download

MIT

The Requires

 

plugin s3 flysystem craftcms object-storage fortabbit

27/02 2018

1.0.0

1.0.0.0

A Craft 3 plugin that integrates with fortrabbit's S3 compatible Object Storage

  Sources   Download

MIT

The Requires

 

plugin s3 flysystem craftcms object-storage fortabbit

09/01 2018

0.1.0

0.1.0.0

A Craft 3 plugin that integrates with fortrabbit's S3 compatible Object Storage

  Sources   Download

MIT

The Requires

 

plugin s3 flysystem craftcms object-storage fortabbit