blob: ebcd51304ca97c72f158cca5eeee8a9d9e82bef6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
###############################################################################
# Copyright (c) 2015 Bill Madill <bill@jamimi.com> #
# with credit to Will Page <compenguy@gmail.com> for the Rsync code and #
# With credit to Tom Keffer <tkeffer@gmail.com> #
# #
# S3upload CONFIGURATION FILE #
# This 'report' does not generate any files. Instead, the report engine #
# invokes s3cmd to upload the generated HTML files to an S3 bucket from #
# where the HTML files are served publicly. #
###############################################################################
[Generators]
generator_list = user.S3upload.S3syncGenerator
|