summaryrefslogtreecommitdiff
path: root/boto/gs/connection.py
Commit message (Expand)AuthorAgeFilesLines
* Added function get_utf8able_strCat Lee Ball 🎷🐛2019-03-271-2/+3
* Added missing import to sixCat Lee Ball 🎷🐛2019-03-261-0/+1
* Removed get_utf8 importsCat Lee Ball 🎷🐛2019-03-261-1/+0
* Replaced get_utf8_value with six.ensure_strCat Lee Ball 🎷🐛2019-03-261-2/+2
* Fixes #2108 GS generate_url with GoogleAccessIdDaniel Blasco2014-02-241-1/+1
* Altered ``get_bucket`` to use ``HEAD``.Daniel Lindsley2014-02-061-0/+24
* Merge branch 'gs-new-style-classes' into developDaniel Lindsley2014-01-221-1/+1
|\
| * Updated the GS classes to use new-style classes as well.Daniel Lindsley2013-12-181-1/+1
* | Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-6/+6
|/
* Change GS calls to make_request to always convert to utf-8 bytes.Jeff Terrace2013-04-041-2/+4
* Fix ASCII codec problem in boto.gs.bucket.Bucket; also added missing copyrigh...Mike Schwartz2013-03-291-1/+1
* Changed GCS endpoint in boto to storage.googleapis.comMike Schwartz2012-12-071-1/+1
* Mods to support GCS storage classesMike Schwartz2012-11-261-14/+23
* Added optional param to disable consecutive slash suppression in pathsMike Schwartz2012-01-191-2/+4
* Added GS international, project management, and OAuth2 support.Mike Schwartz2011-05-091-1/+54
* Cleaning up miscellaneous problems detected by pyflakes.Mitch Garnaat2010-09-171-2/+1
* Checking in merged changes from googlemerge branch. This will hopefully prov...Mitch.Garnaat2010-07-051-1/+3
* Initial commit of merged Google Storage mods. Addresses issue 379.Mitch.Garnaat2010-05-311-0/+38