git-annex/templates/configurators/enableaws.hamlet

35 lines
1.2 KiB
Text
Raw Normal View History

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