Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 522 Bytes

File metadata and controls

13 lines (9 loc) · 522 Bytes

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')