minio-js
minio-js copied to clipboard
MinIO Client SDK for Javascript
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. 
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...