commit | a6986a0d307cacfd0fdfede5766c051536a52825 | [log] [tgz] |
---|---|---|
author | Elliot Poger <epoger@google.com> | Mon Jul 14 09:29:25 2014 -0400 |
committer | Elliot Poger <epoger@google.com> | Mon Jul 14 09:29:25 2014 -0400 |
tree | 890e0e5c7a254e51376ed3ab4f0bf86bb725791b | |
parent | 0ad95c13aaab3bbb89a97952b83c915d470681df [diff] |
gs_utils.py: use boto instead of google-api-python-client library so we can use .boto file credentials Also adds these public functions: - delete_file(bucket, path) - upload_file(source_path, dest_bucket, dest_path) and a self-test that exercises all functions. BUG=skia:2732 R=jcgregorio@google.com Review URL: https://codereview.chromium.org/387233003