industryarena/craft-universal-storage

This package is abandoned and no longer maintained. No replacement package was suggested.

Universal S3 object storage for CraftCMS

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:craft-plugin

pkg:composer/industryarena/craft-universal-storage

1.0.4 2021-02-22 16:38 UTC

This package is auto-updated.

Last update: 2022-03-22 19:17:46 UTC


README

Add any S3 storage make it easy.

Install

Add to your .env config:

STORAGE_BUCKET="Example"
STORAGE_KEY=""
STORAGE_SECRET=""
STORAGE_ENDPOINT="https://storage.example.com"

STORAGE_REGION=""
STORAGE_USEPATHSTYLE="true"

Create your asset via webinterface.

License

The MIT License (MIT). Please see License File for more information.