1.0.2 • Published 3 years ago

@hyper63/adapter-minio v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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" })],
    },
  ],
};
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago