mirror of
https://github.com/rclone/rclone.git
synced 2026-01-29 15:53:26 +00:00
Before this change, if the auth proxy script returned updated config parameters for a backend (eg the api_key changed for the backend) rclone would continue to re-use the old backend with the old config parameters out of the fscache. This fixes the problem by adding a short config hash to the fs names created by the auth proxy. They used to be `proxy-user` (where user was as supplied to the auth proxy) and they will now be `proxy-user-hash` where hash is a base64 encoded partial md5 hash of the config. These new config names will be visible in the logs so this is a user visible change.