X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b74b7ab68b983b3f7d9e561eb991b21764cdb3be..52bbdbb1a5ce994c9afac253c1d9bfd94acf4d1d:/IkiWiki/Plugin/amazon_s3.pm?ds=sidebyside diff --git a/IkiWiki/Plugin/amazon_s3.pm b/IkiWiki/Plugin/amazon_s3.pm index b7470ca79..9cb74fb1e 100644 --- a/IkiWiki/Plugin/amazon_s3.pm +++ b/IkiWiki/Plugin/amazon_s3.pm @@ -43,7 +43,7 @@ sub getopt () { #{{{ sub getsetup () { #{{{ return amazon_s3_key_id => { - type => "boolean", + type => "string", default => "", description => "public access key id", safe => 1, @@ -82,7 +82,7 @@ sub getsetup () { #{{{ amazon_s3_dupindex => { type => "boolean", default => 0, - description => "store each index file twice, to allow urls ending in \"/index.html\" and \"/\"", + description => "store each index file twice? (to allow urls ending in \"/index.html\" and \"/\")", safe => 1, rebuild => 1, },