@mete-work/egg-minio
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Egg plugin for MinIO

Config

// {app_root}/config/plugin.js
  minio: {
    enable: true,
    package: '@mete-work/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.

/@mete-work/egg-minio/

    Package Sidebar

    Install

    npm i @mete-work/egg-minio

    Weekly Downloads

    2

    Version

    1.0.1

    License

    none

    Unpacked Size

    2.04 kB

    Total Files

    6

    Last publish

    Collaborators

    • godotdotdot