summaryrefslogtreecommitdiff
path: root/doc/special_remotes.mdwn
blob: 7dc54fd9bf606a9f4c7c60fa43d7fdc042f4c1df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Most [[backends]] can transfer data to and from configured git remotes.
Normally those remotes are normal git repositories (bare and non-bare),
that store the file contents in their own git annex directory.

But, git-annex also extends git's concept of remotes, with these special
types of remotes. These can be used just like any normal remote by git-annex.
They cannot be used by other git commands though.

## Amazon S3

Stores file contents in a bucket in Amazon S3 or a similar service.
See [[walkthrough/using_Amazon_S3]] for examples.