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
Why does one need to provide to functions like createBucket() both the credentials returned by client.getCredentials() and client itself. What is this nonsense. Should one call getCredentials every time he calls an api function - or should one cache them between calls?
Why doesn't the client itself take care of it's credentials - can one leave them out?
The text was updated successfully, but these errors were encountered:
Why does one need to provide to functions like
createBucket()
both the credentials returned byclient.getCredentials()
and client itself. What is this nonsense. Should one call getCredentials every time he calls an api function - or should one cache them between calls?Why doesn't the client itself take care of it's credentials - can one leave them out?
The text was updated successfully, but these errors were encountered: