Skip to content

uni-openai/egg-minio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

egg-minio-typescript

Install

npm i egg-minio-typescript --save

# or

yarn add egg-minio-typescript

Usage

// {app_root}/config/plugin.js
exports.minio = {
  enable: true,
  package: "egg-minio-typescript",
};

Configuration

// {app_root}/config/config.default.js
config.minio = {
  client: {
    endPoint: MINIO_END_POINT,
    port: parseInt(MINIO_PORT),
    useSSL: false,
    accessKey: MINIO_ACCESS_KEY,
    secretKey: MINIO_SECRET_KEY,
  },
};

License

MIT

About

New egg minio plugin, support typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published