summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lukasz <Lukasz@web>2016-05-04 10:13:02 +0000
committerGravatar admin <admin@branchable.com>2016-05-04 10:13:02 +0000
commit6ceb188b9e9d509ebe9339adb99a5a1fb2590010 (patch)
treeba8c9bd87bd69f16168958cf6d78dc73baa06ba9
parent07054ca13e3af35e77d8b28e2cc96130806f49de (diff)
-rw-r--r--doc/forum/S3_remote_not_available.mdwn31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/forum/S3_remote_not_available.mdwn b/doc/forum/S3_remote_not_available.mdwn
new file mode 100644
index 000000000..e89a8ead7
--- /dev/null
+++ b/doc/forum/S3_remote_not_available.mdwn
@@ -0,0 +1,31 @@
+One of my remotes is S3 (named s3). I used to be able to run
+
+ $ git annex sync s3 --content
+
+But now I'm getting the following error:
+
+ commit
+ On branch master
+ nothing to commit, working directory clean
+ ok
+ git-annex: there is no available git remote named "s3"
+
+My `.git/config` file contains following lines which I would assume mean that the remote is there:
+
+ [remote "s3"]
+ annex-s3 = true
+ annex-uuid = bd9af194-b736-4114-a689-9a8bf212fb18
+ fetch =
+ annex-sync = false
+
+As far as I can tell only change I did was to install newer version of git-annex, currently I have:
+
+ git-annex version: 6.20160418
+ build flags: Assistant Webapp Pairing Testsuite WebDAV FsEvents XMPP ConcurrentOutput TorrentParser MagicMime Feeds Quvi
+ key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL
+ remote types: git gcrypt bup directory rsync web bittorrent webdav tahoe glacier ddar hook external
+ local repository version: 6
+ supported repository versions: 5 6
+ upgrade supported from repository versions: 0 1 2 4 5
+
+How do I recover access to that remote?