git-annex/templates/configurators/adds3.hamlet

29 lines
1,016 B
Text
Raw Normal View History

2012-09-26 18:44:07 +00:00
<div .span9 .hero-unit>
<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.
2012-09-26 18:44:07 +00:00
<p>
<i .icon-warning-sign></i> You will be charged by Amazon for data #
2012-09-26 18:44:07 +00:00
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
2012-09-26 18:44:07 +00:00
<p>
2013-03-16 22:48:23 +00:00
<form method="post" .form-horizontal enctype=#{enctype}>
2012-09-26 18:44:07 +00:00
<fieldset>
^{form}
2012-11-25 04:38:11 +00:00
^{webAppFormAuthToken}
2012-09-26 18:44:07 +00:00
<div .form-actions>
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Add S3 repository
<div .modal .fade #workingmodal>
<div .modal-header>
<h3>
Making repository ...
<div .modal-body>
<p>
Setting up your Amazon S3 repository. This could take a minute.