minio-es
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i minio-es

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

2.17 MB

Total Files

6

Last publish

Collaborators

  • hojas