Home
last modified time | relevance | path

Searched refs:extractCreds (Results 1 – 2 of 2) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/Assistant/WebApp/Configurators/
H A DAWS.hs65 extractCreds :: AWSInput -> AWSCreds
66 extractCreds i = AWSCreds (accessKeyID i) (secretAccessKey i) function
128 makeAWSRemote initSpecialRemote S3.remote TransferGroup (extractCreds input) name $ M.fromList
148 …makeAWSRemote initSpecialRemote Glacier.remote SmallArchiveGroup (extractCreds input) name $ M.fro…
H A DIA.hs43 extractCreds :: IAInput -> AWS.AWSCreds
44 extractCreds i = AWS.AWSCreds (accessKeyID i) (secretAccessKey i) function
144 AWS.makeAWSRemote initSpecialRemote S3.remote PublicGroup (extractCreds input) name $