nakamuraagatha / mn-minio

Minio configurator for S3-uploads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mn-minio

A Dockerfriendly minio configuration manager for the S3-uploads Wordpress Plugin (https://github.com/humanmade/S3-Uploads) Work with the latest version.

required environment variables:

  • MINIO_URL represents the base url for the minio installation (like 'http://cdn.example.com/')
  • MINIO_KEY
  • MINIO_SECRET
  • MINIO_BUCKET represents the bucketname (like 'testbucket')
  • MINIO_BUCKET_URL represents the url generated on the wordpress side (like 'http://cdn.example.com/testbucket')

About

Minio configurator for S3-uploads

License:MIT License


Languages

Language:PHP 100.0%