diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-28 02:12:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-28 02:13:26 -0400 |
commit | 1878745a4693913417f65c7c5182e939512e9b22 (patch) | |
tree | 2aa6f287af65200dfb262dd63e85f1ca81632d95 /doc/internals.mdwn | |
parent | a7bd63eb0100fd282da9058acc28935bdfdf25df (diff) |
more s3 docs
Diffstat (limited to 'doc/internals.mdwn')
-rw-r--r-- | doc/internals.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/internals.mdwn b/doc/internals.mdwn index a133320b4..55b1045a1 100644 --- a/doc/internals.mdwn +++ b/doc/internals.mdwn @@ -30,6 +30,17 @@ space and then the description through to the end of the line. Example: e605dca6-446a-11e0-8b2a-002170d25c55 laptop 26339d22-446b-11e0-9101-002170d25c55 usb disk +## `git-annex/s3.log` + +Associates the UUIDs of Amazon S3 buckets with a bucket nickname and connection +information. Example: + + be72acb8-5901-11e0-b600-002170d25c55 mybucket s3.amazonaws.com 80 + +Note that the actual bucket name used on S3 in the above example +is "mybucket-be72acb8-5901-11e0-b600-002170d25c55". The UUID is included +in the bucket name to ensure it is globally unique. + ## `.git-annex/trust.log` Records the [[trust]] information for repositories. Does not exist unless |