minio-js
minio-js copied to clipboard
MinIO Client SDK for Javascript
Hey, We are using the minio module in our project using NodeJS 13 which now supports natively the Import/Export. But for our tests and since Jest still does not work...
My dev tool in chrome complains about source maps Files are really missing in folder `node_modules/minio/dist/main/` ``` DevTools failed to parse SourceMap: file:///Users/me/projects/backend/node_modules/minio/dist/main/minio.js.map DevTools failed to parse SourceMap: file:///Users/me/projects/backend/node_modules/minio/dist/main/helpers.js.map DevTools...
https://github.com/minio/minio-js/blob/6459c82a02fe6dfaeed1f5d870681e1a8733f683/src/main/signing.js#L257 currently presigned put request has a fixed 'UNSIGNED-PAYLOAD' which should be replaced by a real file hash when ' X-Amz-Content-Sha256' was precaculated by browser I didn't found any other...
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/9205f7999a9a2ec11cecee84b9af881f834a9bd8/types/minio/index.d.ts#L454 ```typescript setContentTypeStartsWith(prefix: string): void; setContentDisposition(value: string): void; setUserMetaData(value: Record): void; ```
I used Vue 3 + Vite to use Minio, but I got an error. Please tell me about the example of Minio + Vite + VUE project ? So far...
New to use [aliyun oss](https://help.aliyun.com/document_detail/31817.html). With ak\sk\endpoint, the aliyun oss server always response with error: `SecondLevelDomainForbidden`。I need to add api to support virtual_style_endpoint like [minio python sdk](https://docs.min.io/docs/python-client-quickstart-guide.html).  if without...
It works with http client libraries like `superagent` Note: Looking for ways to escape params in `curl` - Unicode characters. Not sure if it is a curl limitation.
I want to update the metadata of a file. According to https://github.com/minio/minio/issues/3316 and https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html, copyObject should support setting new metadata. I do not see any such property in the CopyConditions...
As I reported here: https://github.com/minio/minio-js/issues/1261 There is some issue in Deno and also in Cloudflare workers to deploy. I used a hack with ESM to deploy, but found out the...
- Bump dependencies on CI to use latest versions - Remove Node 12 and Node 14 tests, as we don't support them anymore. They're not maintained versions either. On the...