Merge branch 'master' into s3-aws
Conflicts: Assistant/WebApp/Configurators/AWS.hs Remote/S3.hs
This commit is contained in:
commit
23a4836187
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ iaCredsAForm defcreds = AWS.AWSCreds
|
||||||
#ifdef WITH_S3
|
#ifdef WITH_S3
|
||||||
previouslyUsedIACreds :: Annex (Maybe CredPair)
|
previouslyUsedIACreds :: Annex (Maybe CredPair)
|
||||||
previouslyUsedIACreds = previouslyUsedCredPair AWS.creds S3.remote $
|
previouslyUsedIACreds = previouslyUsedCredPair AWS.creds S3.remote $
|
||||||
S3.isIA . Remote.config
|
S3.configIA . Remote.config
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
accessKeyIDFieldWithHelp :: Maybe Text -> MkAForm Text
|
accessKeyIDFieldWithHelp :: Maybe Text -> MkAForm Text
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue