diff options
author | 2011-03-28 22:05:11 -0400 | |
---|---|---|
committer | 2011-03-28 22:05:11 -0400 | |
commit | 235720d27e5c1044ddd8904d7140c9e8841e5715 (patch) | |
tree | d81bdc79c47cb3c7acf33a41b3fd8ea7de47a35b /doc/walkthrough | |
parent | 58af57493418d80eb9fb3c4719f20442725aa7f8 (diff) |
tweak
Diffstat (limited to 'doc/walkthrough')
-rw-r--r-- | doc/walkthrough/using_Amazon_S3.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/walkthrough/using_Amazon_S3.mdwn b/doc/walkthrough/using_Amazon_S3.mdwn index b87238a32..38a6a6de5 100644 --- a/doc/walkthrough/using_Amazon_S3.mdwn +++ b/doc/walkthrough/using_Amazon_S3.mdwn @@ -9,11 +9,11 @@ First, export your S3 credentials: Next, create the remote. - git annex initremote mys3 encryption=none + git annex initremote s3 mys3 encryption=none initremote (creating bucket mys3-291d2fdc-5990-11e0-909a-002170d25c55...) ok **Note that encrypted buckets are not (yet) supported. Data sent to S3 -is susceptible to snooping.** +is without encryption susceptible to snooping.** Now the remote can be used like any other remote. |