include passthrough params in --describe-other-params
This commit is contained in:
parent
aa949bbb7d
commit
2be4122bfc
8 changed files with 46 additions and 27 deletions
|
@ -102,8 +102,13 @@ remote = specialRemoteType $ RemoteType
|
|||
, optionalStringParser mungekeysField HiddenField
|
||||
, optionalStringParser AWS.s3credsField HiddenField
|
||||
]
|
||||
, remoteConfigRestPassthrough = \f ->
|
||||
isMetaHeader f || isArchiveMetaHeader f
|
||||
, remoteConfigRestPassthrough = Just
|
||||
( \f -> isMetaHeader f || isArchiveMetaHeader f
|
||||
,
|
||||
[ ("x-amz-meta-*", FieldDesc "http headers to add when storing on S3")
|
||||
, ("x-archive-meta-*", FieldDesc "http headers to add when storing on Internet Archive")
|
||||
]
|
||||
)
|
||||
}
|
||||
, setup = s3Setup
|
||||
, exportSupported = exportIsSupported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue