@hyper63/adapter-minio

1.0.2 • Public • Published

hyper63 MINIO Adapter

MinIO is a storage service that allows you to create buckets and upload objects, like files, and media to a storage solution.

Install

npm install @hyper63/adapter-minio

Configuration

const minio = require("@hyper63/adapter-minio");

module.exports = {
  adapter: [
    {
      port: "storage",
      plugins: [minio({ url: "http://[user]:[password]/minio:9000" })],
    },
  ],
};

Readme

Keywords

none

Package Sidebar

Install

npm i @hyper63/adapter-minio

Weekly Downloads

6

Version

1.0.2

License

MIT

Unpacked Size

3.92 kB

Total Files

6

Last publish

Collaborators

  • hyper63