mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
e6e1c49b58
Before this change the `shared_credentials_file` config option was
being ignored.
The correct value is passed into the SDK but it only sets the
credentials in the default provider. Unfortunately we wipe the default
provider in order to install our own chain if env_auth is true.
This patch restores the shared credentials file in the session
options, exactly the same as how we restore the profile.
Original fix:
|
||
---|---|---|
.. | ||
s3_test.go | ||
s3.go | ||
v2sign.go |