add descriptions for all remote config fields
not yet used
This commit is contained in:
parent
201049cf93
commit
7038acf96c
20 changed files with 141 additions and 48 deletions
|
@ -38,9 +38,12 @@ remote = specialRemoteType $ RemoteType
|
|||
, generate = gen
|
||||
, configParser = mkRemoteConfigParser
|
||||
[ optionalStringParser datacenterField
|
||||
(FieldDesc "S3 datacenter to use")
|
||||
, optionalStringParser vaultField
|
||||
(FieldDesc "name to use for vault")
|
||||
, optionalStringParser fileprefixField
|
||||
, optionalStringParser AWS.s3credsField
|
||||
(FieldDesc "prefix to add to filenames in the vault")
|
||||
, optionalStringParser AWS.s3credsField HiddenField
|
||||
]
|
||||
, setup = glacierSetup
|
||||
, exportSupported = exportUnsupported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue