summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-10 16:56:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-10 16:56:21 -0400
commit18c46ef1ea6c3fd6f199a098e8837b27e4102722 (patch)
tree2f7e042b11d31c6491037d0bf8bf306c84260ac6
parent92ee44f4f8cac9b58e04d3b701c59274a839472e (diff)
parentff0c99cb3da7a559a9759f37bc1b933499b62a7b (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/forum/Pushing_git_repo_to_AWS_S3_from_behind_proxy.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/Pushing_git_repo_to_AWS_S3_from_behind_proxy.mdwn b/doc/forum/Pushing_git_repo_to_AWS_S3_from_behind_proxy.mdwn
new file mode 100644
index 000000000..03676502b
--- /dev/null
+++ b/doc/forum/Pushing_git_repo_to_AWS_S3_from_behind_proxy.mdwn
@@ -0,0 +1,9 @@
+I want to setup my remote git repo on S3
+Referred to
+http://git-annex.branchable.com/tips/using_Amazon_S3/
+http://git-annex.branchable.com/special_remotes/S3/
+
+I need support for AWS.config param proxy_uri
+http://docs.amazonwebservices.com/AWSRubySDK/latest/AWS.html
+
+Can some one help?