strapi-provider-upload-custom-minio

1.0.5 • Public • Published

strapi-upload-minio

Installation and basic usage

npm install --save strapi-upload-minio-unofficial

compatible with the the strapi 3.0.0-beta.x.

start your strapi application and go to: plugins => files upload settings

from the providers list select Minio Server

fill in:

  • access token (ex: Q3AM3UQ867SPQQA43P2F)
  • secret token (ex: zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG)
  • endpoint (ex: https://play.minio.io:9000)
  • bucket (must exist on your minio server)

NOTE: bucket policy must be set to allow your file to be readable. (just set it to: prefix *, readonly)

Resources

Links

/strapi-provider-upload-custom-minio/

    Package Sidebar

    Install

    npm i strapi-provider-upload-custom-minio

    Weekly Downloads

    2

    Version

    1.0.5

    License

    ISC

    Unpacked Size

    5.73 kB

    Total Files

    4

    Last publish

    Collaborators

    • charlesuyso