Allow user to override credentials again in drive, gcs and acd - fixes #139
This commit is contained in:
parent
0a5870208e
commit
0872ec3204
4 changed files with 32 additions and 11 deletions
|
@ -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.",
|
||||
}},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue