git-annex/templates/configurators/enableaws.hamlet

31 lines
1.1 KiB
Text
Raw Normal View History

2012-09-26 19:24:23 +00:00
<div .span9 .hero-unit>
<h2>
Enabling #{description}
<p>
2012-11-24 20:30:15 +00:00
To use this Amazon repository, you need an Access Key ID, and a #
2012-09-26 19:24:23 +00:00
Secret Access Key. These access keys will be stored in a file that #
only you can access.
<p>
2012-11-24 20:30:15 +00:00
If this repository uses your Amazon account, you can #
2012-09-26 19:24:23 +00:00
<a href="https://portal.aws.amazon.com/gp/aws/securityCredentials#id_block">
look up your access keys. #
2012-11-24 20:30:15 +00:00
If this repository uses someone else's Amazon account, they #
2012-09-26 19:24:23 +00:00
can generate access keys for you, using their #
<a href="https://console.aws.amazon.com/iam/home">
IAM Management Console.
<p>
<form .form-horizontal enctype=#{enctype}>
<fieldset>
^{form}
2012-11-25 04:38:11 +00:00
^{webAppFormAuthToken}
2012-09-26 19:24:23 +00:00
<div .form-actions>
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
2012-11-24 20:30:15 +00:00
Enable Amazon repository
2012-09-26 19:24:23 +00:00
<div .modal .fade #workingmodal>
<div .modal-header>
<h3>
Enabling repository ...
<div .modal-body>
<p>
2012-11-24 20:30:15 +00:00
Enabling this Amazon repository. This could take a minute.