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
|
@ -140,4 +140,9 @@ the S3 remote.
|
|||
then use the same bucket.
|
||||
|
||||
* `x-amz-meta-*` are passed through as http headers when storing keys
|
||||
in S3. see [the Internet Archive S3 interface documentation](https://archive.org/help/abouts3.txt) for example headers.
|
||||
in S3.
|
||||
|
||||
* `x-archive-meta-*` are passed through as http headers when storing keys
|
||||
in the Internet Archive. See
|
||||
[the Internet Archive S3 interface documentation](https://archive.org/help/abouts3.txt)
|
||||
for example headers.
|
||||
|
|
|
@ -9,3 +9,9 @@ and indeed I get asked for e.g. encryption to be explicitly specified (why not t
|
|||
|
||||
[[!meta author=yoh]]
|
||||
[[!tag projects/datalad]]
|
||||
|
||||
> [[done]] as eg `git annex initremote type=rsync --describe-other-params`.
|
||||
>
|
||||
> External special remotes that implement LISTCONFIGS can also be queried:
|
||||
>
|
||||
> git annex inittype type=external externaltype=foo --describe-other-params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue