mirror of
https://github.com/rclone/rclone.git
synced 2025-07-16 22:42:36 +02:00
Allow user to override credentials again in drive, gcs and acd - fixes #139
This commit is contained in:
@ -71,10 +71,10 @@ func init() {
|
||||
}
|
||||
},
|
||||
Options: []fs.Option{{
|
||||
Name: "client_id",
|
||||
Name: oauthutil.ConfigClientID,
|
||||
Help: "Amazon Application Client Id - leave blank to use rclone's.",
|
||||
}, {
|
||||
Name: "client_secret",
|
||||
Name: oauthutil.ConfigClientSecret,
|
||||
Help: "Amazon Application Client Secret - leave blank to use rclone's.",
|
||||
}},
|
||||
})
|
||||
|
Reference in New Issue
Block a user