Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Universal S3 object storage for CraftCMS

License

Notifications You must be signed in to change notification settings

industryarena/craft-universal-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal S3 object storage for CraftCMS

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.