datalad_next.patches.annexrepo
Credential support for AnnexRepo.enable_remote()
and siblings enable
Supported targets for automatic credential deployments are determined
by needs_specialremote_credential_envpatch()
. At the time of this
writing this includes the git-annex built-in remote types webdav
,
s3
, and glacier
.
This patch also changes the function to raise its custom exception with the context of an original underlying exception for better error reporting.