Thanks, Mike! Very interesting. A suggestion: rather than modify reportengine.py, with all the maintenance headaches that implies, you could put your new class AWS_Sync in a new file, say, user/aws_sync.py. Then subclass service StdReport, overriding its method launch_report_thread() to launch AWS_Sync instead of StdReportEngine.
This would make you more upgrade-proof. -tk On Sun, Apr 29, 2018 at 4:03 AM, Mike Revitt <[email protected]> wrote: > All, > > I got this working a couple of months ago and have finally gotten around > to documenting how I did it. > > The guide is published here > <https://www.cougar.eu.com/useful-guides/weewx-guides/publish-weewx-web-pages-to/> > and you can see the Weewx website running at my domain, which is hosted on > S3 or at the S3 address, both of which are shown below. > > http://weather.cougar.eu.com > > http://weather.cougar.eu.com.s3-website-us-east-1.amazonaws.com > > enjoy > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
