Allow user to override credentials again in drive, gcs and acd - fixes #139

This commit is contained in:
Nick Craig-Wood 2015-09-16 20:08:40 +01:00
parent 0a5870208e
commit 0872ec3204
4 changed files with 32 additions and 11 deletions

View file

@ -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.",
}},
})