Skip to content

ChinaShrimp/strapi-upload-minio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strapi-upload-minio

Installation and basic usage

cd plugins/upload

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

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

About

Unofficial minio upload plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%