summaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-28 13:47:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-28 13:48:17 -0400
commit3162a724f1bfdc15efadd939a49ba8740d553d69 (patch)
tree78facfdb7f938f5ca0ef9d57d7d028f86147814f /doc/git-annex.mdwn
parentc5fc4f3d2a38fbb4bf7ce9cecdd585b41b2767c0 (diff)
S3 updates; gpg keys
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn16
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index c01f4fbc5..3985addc6 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -132,20 +132,22 @@ Many git-annex commands will stage changes for later `git commit` by you.
by uuid. To change the description of the current repository, use
"."
-* s3bucket name description [datacenter host port] [--key=gpgkey]
+* s3bucket name gpgkey [datacenter host port]
- Creates a bucket in Amazon S3. The bucket's name can be used
- to configure git remote using the bucket.
+ Create or updates the key of a bucket in Amazon S3. The bucket's
+ name can be used to configure git remote using the bucket.
+
+ The gpgkey is a value that can be looked up (using gpg -k) to
+ find a gpg encryption key that will be given access to the bucket.
+ To disable encryption, specify "unencrypted". Note that additional gpg
+ keys can be given access to a bucket by running s3bucket on an existing
+ bucket, with a new key.
The datacenter defaults to "US". Other values include "EU",
"us-west-1", and "ap-southeast-1".
To use a different, S3-compatable service, specify a host and port.
- By default, data (including filenames) is encrypted using gpg.
- To use a key other than the default gpg key, specify it with
- the --key option. To disable encryption, specify "none".
-
* fsck [path ...]
With no parameters, this command checks the whole annex for consistency,