diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-05-07 23:15:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-05-07 23:15:43 -0400 |
commit | 9e6a4ccfddab3fc90ac8ce63522047fe85aeefcd (patch) | |
tree | d762f79bf34122e7b33a226237272383434e8f8d /doc/plugins | |
parent | 939885d5563129b69d9019f11e931a65141f01f8 (diff) |
amazon s3 support implemented and kinda working
pruning not yet implemented, however
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/amazon_s3.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/plugins/amazon_s3.mdwn b/doc/plugins/amazon_s3.mdwn index 855569b42..f1887d970 100644 --- a/doc/plugins/amazon_s3.mdwn +++ b/doc/plugins/amazon_s3.mdwn @@ -11,6 +11,11 @@ modules and an Amazon S3 account to use this plugin. ## configuration +Important note: You should seriously consider turning off `usedirs` before +enabling this plugin. If `usedirs` is enabled, every page has to be stored +in S3 *twice*, as "page/index.html" and as "page/". That will cost you +money and bandwidth. + This plugin uses the following settings in the setup file: * `amazon_s3_key_id` - Set to your public access key id. @@ -35,6 +40,8 @@ Likewise, you will probably want to set the `url` in the setup file. The url can use the `foo.s3.amazonaws.com` domain name, or another domain name that is a CNAME for it. +The `hardlink` config file setting is not compatible with this plugin. + ## data transfer notes If you run 'ikiwiki -setup my.setup' to force a rebuild of your wiki, the |