You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using nodejs to operate minio, and now I want to obtain STS temporary credentials to pass to the front-end. How should I obtain them? I see the AssumeRoleProvider function in the source code, but why is it not open for bitwise conversion? How to use it and how to use it
The text was updated successfully, but these errors were encountered:
Thank you for your reply. Currently, I am using JavaScript. After seeing your answer, I moved the dist folder in the source code to my project and introduced the AssumeRoleProvider, which can be used normally. Will this method continue to be used in the future? I am the latest version. Another small issue is that when I use the AssumeRoleProvider to obtain credentials, passing in the durationSeconds parameter seems to have no effect. The information it returns does not include the expiration time field
I am using nodejs to operate minio, and now I want to obtain STS temporary credentials to pass to the front-end. How should I obtain them? I see the AssumeRoleProvider function in the source code, but why is it not open for bitwise conversion? How to use it and how to use it
The text was updated successfully, but these errors were encountered: