summaryrefslogtreecommitdiff
path: root/boto/gs/key.py
Commit message (Expand)AuthorAgeFilesLines
* Added function get_utf8able_strCat Lee Ball 🎷🐛2019-03-271-2/+2
* 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
* Python 2 / 3 compatibility fixesCat Lee Ball 🎷🐛2019-03-201-2/+2
* Add gs support for object-level storage class features.Matt Houglum2016-10-181-0/+2
* BF: minor typo -- "point point"Yaroslav Halchenko2015-11-091-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-2/+3
* Documentation fix.Nikola Kotur2014-03-121-60/+65
* GS should ignore restore_headers as they are never set.Thomas O'Dowd2014-02-031-0/+3
* Consistent use of identity comparison (`is`/`is not`) for NoneAustin Marshall2013-12-181-9/+9
* .Ted Romer2013-09-161-2/+3
* Use transcoding-invariant headers when available in gs.KeyMike Schwartz2013-08-231-0/+8
* Return more information about gs key generations for parallel composite uploads.Zach Wilt2013-06-211-0/+6
* Pass generation query param to boto.gs.Key.open_read()Mike Schwartz2013-06-051-0/+31
* Change GS calls to make_request to always convert to utf-8 bytes.Jeff Terrace2013-04-041-7/+6
* Support for GCS object composition and CRC32c hashes.Yaniv Ovadia2013-03-261-27/+215
* Renamed boto meta_generation params to metageneration, for consistency with G...Mike Schwartz2013-02-281-6/+6
* reworked StorageUri versioning to embed only generation, not meta-generationMike Schwartz2013-02-131-4/+5
* Plumbed support for returning created GCS object version through call layersMike Schwartz2013-02-101-1/+1
* Removed meaningless params from GCS ACL manipulation functionsMike Schwartz2013-02-071-8/+1
* Reworked StorageUri versioningMike Schwartz2013-02-071-1/+17
* mods to support efficient EOF seek for KeyFileMike Schwartz2013-01-271-12/+44
* Fixed gs.bucket docs and added [if_][meta]generation to set_acl and friends.Jeff Terrace2013-01-181-0/+126
* Added if_generation and if_metageneration parameters to set_contents_from_*Jeff Terrace2013-01-171-5/+130
* Fix a bug in set_contents_from_file where it wasn't setting md5 properly.Jeff Terrace2013-01-171-5/+5
* Move gs parsing of generation and metageneration to handle_version_headers.Jeff Terrace2013-01-161-0/+4
* Add GCS versioning support.Yaniv Ovadia2012-11-261-0/+44
* Adding incremental MD5 computation.Evan Worley2012-04-201-9/+15
* Protect set_contents_from_file() against potential dataloss.Thomas O'Dowd2012-03-191-1/+29
* Fixing sphinx build error/warning in boto.gs.key.Greg Taylor2012-02-131-12/+13
* fix missing BotoClientError import and more add more docsThomas O'Dowd2012-02-111-1/+9
* Google Storage key related fixes for file pointerThomas O'Dowd2012-02-101-9/+29
* Fixed errors caused by recent server-side encryption checkin, for providers t...Mike Schwartz2011-10-081-0/+54
* Backing out the chunked transfer merge. That pull request was not ready. In...Mitch Garnaat2011-07-111-58/+0
* Incorporated Code Review comments from Michael SchwartzVineeth Pillai2011-06-011-13/+59
* Support for data stream transfer to cloud.Vineeth Pillai2011-05-251-6/+3
* Chunked Transfer(Transfer-Encoding: chunked) supportroot2011-05-241-1/+16
* Don't use mutable default argsMatt Billenstein2011-05-031-3/+2
* Implemented support for adding Google Storage group-by-email grants.Mike Schwartz2011-01-261-3/+3
* Fix a bug in the Google Storage Key class that manifested when setting policy...Dan Loewenherz1-0/+2
* Checking in changes to previously existing boto code, to go with resumable tr...Mike Schwartz2010-10-061-43/+184
* Cleaning up miscellaneous problems detected by pyflakes.Mitch Garnaat2010-09-171-1/+0
* Adding convenience methods to manipulate ACL for Google Storage objects based...Mitch Garnaat2010-08-031-0/+40
* Checking in merged changes from googlemerge branch. This will hopefully prov...Mitch.Garnaat2010-07-051-0/+65