{% extends "repomaker/base_modal.html" %} {% load i18n %} {% load static %} {% block title %}{% trans 'Add Storage' %}{% endblock title %} {% block toolbar %}
{% endblock toolbar %} {% block rm-content %}{% blocktrans trimmed %} Git is a popular tool to version control things. You can securely publish repos to GitLab, GitHub or any other Git service. Git services use SSH to securely copy files from your computer to remote computers. {% endblocktrans %}
{% blocktrans trimmed %} SSH is a technology that can be used to copy files securely to remote computers. When using Git as storage, the files will also be copied via SSH. But the pure SSH option directly copies the files without using any other technology. {% endblocktrans %}
{% blocktrans trimmed %} Amazon S3 is a web service offered by Amazon Web Services. Amazon S3 provides storages through web service interfaces. Pricing varies. Visit the Amazon S3 website for details. {% endblocktrans %}