git-annex/templates/configurators/adds3.hamlet

34 lines
1.2 KiB
Text
Raw Normal View History

<div .col-sm-9>
<div .content-box>
2014-04-27 15:58:05 +00:00
<h2>
Adding an Amazon S3 repository
<p>
<a href="http://aws.amazon.com/s3/">Amazon S3</a> is a cloud storage #
provider. If you need a professional level of storage for your data, #
this is a good choice.
<p>
<span .glyphicon .glyphicon-warning-sign>
\ You will be charged by Amazon for data #
uploaded to S3, as well as data downloaded from S3, and a monthly fee #
for data storage. #
<a href="http://aws.amazon.com/s3/pricing/">
Pricing details, including one year Free Usage Tier promotion
<p>
<form method="post" .form-horizontal enctype=#{enctype}>
<fieldset>
^{form}
^{webAppFormAuthToken}
<div .form-group>
<div .col-sm-10 .col-sm-offset-2>
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Add S3 repository
2012-09-26 18:44:07 +00:00
<div .modal .fade #workingmodal>
2014-04-20 22:44:28 +00:00
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Making repository ...
<div .modal-body>
<p>
Setting up your Amazon S3 repository. This could take a minute.