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
In backend.rs for S3, the check is only for self.config value of a role to assume, and ignores the value loaded into cfg. This doesn't allow values from an environment variable or aws config profile to be used to define the role to assume, even though it seems like it's intended to.
The text was updated successfully, but these errors were encountered:
ZachNo
added a commit
to ZachNo/opendal
that referenced
this issue
Feb 14, 2024
In backend.rs for S3, the check is only for
self.config
value of a role to assume, and ignores the value loaded intocfg
. This doesn't allow values from an environment variable or aws config profile to be used to define the role to assume, even though it seems like it's intended to.The text was updated successfully, but these errors were encountered: