summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.