aboutsummaryrefslogtreecommitdiff
path: root/docwiki.setup
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-07 23:15:43 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-07 23:15:43 -0400
commit9e6a4ccfddab3fc90ac8ce63522047fe85aeefcd (patch)
treed762f79bf34122e7b33a226237272383434e8f8d /docwiki.setup
parent939885d5563129b69d9019f11e931a65141f01f8 (diff)
downloadikiwiki-9e6a4ccfddab3fc90ac8ce63522047fe85aeefcd.tar
ikiwiki-9e6a4ccfddab3fc90ac8ce63522047fe85aeefcd.tar.gz
amazon s3 support implemented and kinda working
pruning not yet implemented, however
Diffstat (limited to 'docwiki.setup')
-rw-r--r--docwiki.setup5
1 files changed, 4 insertions, 1 deletions
diff --git a/docwiki.setup b/docwiki.setup
index 0a6a86678..bbe2d438a 100644
--- a/docwiki.setup
+++ b/docwiki.setup
@@ -15,5 +15,8 @@ use IkiWiki::Setup::Standard {
syslog => 0,
userdir => "users",
usedirs => 0,
- add_plugins => [qw{goodstuff version haiku polygen fortune}],
+ add_plugins => [qw{goodstuff version polygen fortune amazon_s3}],
+ amazon_s3_key_id => '08TJMT99S3510QHZEP82',
+ amazon_s3_bucket => 'ikiwiki-test',
+ amazon_s3_key_file => "/home/joey/.hide/aws_secret_access_key",
}