minio-js icon indicating copy to clipboard operation
minio-js copied to clipboard

MinIO Client SDK for Javascript

Results 98 minio-js issues
Sort by recently updated
recently updated
newest added

This PR updates type definitions, mostly based on file `src/internal/types.ts` of #1128.

Hi, I am experiencing a small issue with the minio client types. I am trying to call a few functions like `getObject`, `listObjects` and `copyObject` but the type definitions seem...

Since we're only supporting major new LTS versions[1] and we're just using `TextEncoder` on our `web-encoding` dependency, we might as well drop the dependency and just use Node.js' built-in [TextEncoder](https://nodejs.org/api/util.html#class-utiltextencoder)....

Currently there are only 2 files for the entire SDK tests and each of them got thousands lines of code. We should separate the tests by some chunk, to make...

based on https://github.com/minio/minio-js/pull/1120 https://github.com/minio/minio-js/pull/1119 and close https://github.com/minio/minio-js/issues/1106 please don't review the details of this PR, it for staging the migration I have made. -- all files have aleady been re-written...

Not a bug, but an upgrade issue: Node 21 is new and broke "something"(tm) that minio needs... Using node 21 in an svelte app with vite the import ```js import...

version: 7.1.1 When I use fPutObject for resumable upload, the MD5 verification of the uploaded Part fails. ![3H)WAL46J@_LQGP3EUK)2N5](https://github.com/minio/minio-js/assets/48933501/b6ea6caa-2043-4ee0-8bfa-215915795d92)

support metadata while listing. custom extension that allows to fetch metadata when listing, including tags in recent releases (2-3 months) https://github.com/minio/minio-go/blob/5b159884739dd2c6330b423378de330775f3c93b/api-list.go#L665 Add URL value metadata=true to parameters. Works with ListObjectsV2...

version:7.1.1 When the minio client is invalid, such as endPoint or port error, or even the minio service is not running, calling this API will not throw an error. I...