]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/storage/backends/cloud/googlestorage/googlestorage_container.py
Fix bug when using oauth2client 1.1 instead of 1.0 (returned HTTP header was unicode...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / storage / backends / cloud / googlestorage / googlestorage_container.py
2015-07-10 Itamar Turner-TrauringFix bug when using oauth2client 1.1 instead of 1.0...
2015-07-10 Itamar Turner-TrauringFirst pass at implementing the Azure GET/PUT/DELETE.
2015-07-10 Itamar Turner-TrauringAddress review comments from Daira.
2015-07-10 Daira HopwoodFix pyflakes errors.
2015-07-10 Daira Hopwoodgooglestorage_container.py: Use Amazon S3 namespace...
2015-07-10 Itamar Turner-TrauringIf oauth2client isn't present, skip Google Storage...
2015-07-10 Itamar Turner-TrauringConfiguration support for Google Cloud Storage backend.
2015-07-10 Itamar Turner-Trauringgooglestorage_container.py: Implement PUT and listing...
2015-07-10 Itamar Turner-Trauringgooglestorage_container.py: Implement DELETE object.
2015-07-10 Itamar Turner-Trauringgooglestorage_container.py: Implement GET object.
2015-07-10 Itamar Turner-TrauringStart of tests for the Google Storage container.
2015-07-10 Itamar Turner-TrauringTests for googlestorage_container.AuthenticationClient.
2015-07-10 Itamar Turner-TrauringSketch of working Google Cloud Storage authentication...