0.0.2 • Published 8 months ago

minio-es v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

minio-es

Use the MinIO JavaScript Client SDK in the browser easily, with support for ES modules.

Install

$ npm install minio-es

Use

import { Client } from 'minio-es'

const minioClient = new Client({
  endPoint: 'play.min.io',
  port: 9000,
  useSSL: true,
  accessKey: 'Q3AM3UQ867SPQQA43P2F',
  secretKey: 'zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG',
})

Related

minio-js

0.0.2

8 months ago

0.0.1

8 months ago