Prakash Senthil Vel
Prakash Senthil Vel
You need to obtain and pass it. It would not be picked up if specified as file. (There is no way to tell if token needs to be read from...
We request more information are you using minio server? how have you have configured Assume Role? how was the token obtained ? As mentioned earlier, the example initialization can be...
I have not personally tried this approach. yes, you could try and send a pr to support AWS_WEB_IDENTITY_TOKEN_FILE if you are using AWS, you could also use aws-sdk.
Required parameter "conn_id" missing in the browser network tab.
Feel free to send a PR @drpiou .
Thank you for the update @lukepolo .
We request you to consider min.io/pricing @balaKarur .
could you capture `mc admin trace -v -a --funcname "sts.*" ` is there any loadbalancer/proxy setup ?
Yes. ```javascript await minioClient.putObject("test-bucket", "test.txt", fileStream, stats.size,{ "x-amz-tagging":"Key1=Value3", "test-meta":"meta key", // "firstname": "Léo" // This fails. }) ``` I checked minio-go it works. i will investigate further in this sdk
Mostly how the header values are encoded while request is sent. needs investigation.