1.0.1 • Published 4 years ago

@godotdotdot/egg-minio v1.0.1

Weekly downloads
2
License
-
Repository
github
Last release
4 years ago

Egg plugin for MinIO

Config

// {app_root}/config/plugin.js
  minio: {
    enable: true,
    package: '@godotdotdot/egg-minio',
  },
// {app_root}/config/config.ts
  config.minio = {
    client: {
      endPoint: 'osd.mete.work',
      accessKey: 'accessKey',
      secretKey: 'secretKey',
      useSSL: true,
      port: 443,
    },
  };

Usage

You can access MinIO object with this.app.minio.