summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://digiuser.livejournal.com/ <http://digiuser.livejournal.com/@web>2014-10-13 17:43:49 +0000
committerGravatar admin <admin@branchable.com>2014-10-13 17:43:49 +0000
commit06965944e0bc6c5a21c03ae73a86141e7108e013 (patch)
tree1a3e082aff30c42bac4c84015d221ad41e1bf827 /doc
parentf471174c985c2e44eadce446ed02562e5cdffa4f (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Copying_to_S3_does_not_work_-_chunking_does_not_work.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/forum/Copying_to_S3_does_not_work_-_chunking_does_not_work.mdwn b/doc/forum/Copying_to_S3_does_not_work_-_chunking_does_not_work.mdwn
index 3661c1251..6b7311b58 100644
--- a/doc/forum/Copying_to_S3_does_not_work_-_chunking_does_not_work.mdwn
+++ b/doc/forum/Copying_to_S3_does_not_work_-_chunking_does_not_work.mdwn
@@ -20,8 +20,8 @@ Then, I tried copying files to the remote. Small files worked, but big files do
I tried some stuff like this too:
- git annex enableremote s3-oregon chunk=100MiB
- git annex enableremote s3-oregon chunksize=100MiB
+ git annex enableremote s3-mybucket chunk=100MiB
+ git annex enableremote s3-mybucket chunksize=100MiB
It didn't work. Same result.