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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    6
  • 0.0.1
    0

Package Sidebar

Install

npm i minio-es

Weekly Downloads

6

Version

0.0.2

License

MIT

Unpacked Size

2.17 MB

Total Files

6

Last publish

Collaborators

  • hojas