The database is designed to support the proposed Sensor API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import boto.s3 | |
| from boto.s3.key import Key | |
| import os | |
| region = 'ap-southeast-2' | |
| bucket = 'docs.sense-t.sirca.org.au' | |
| folder = 'api' |