summaryrefslogtreecommitdiff
path: root/boto/utils.py
Commit message (Expand)AuthorAgeFilesLines
* removing duplicate `get_utf8_value` methodJoe Walker2019-03-291-14/+0
* Updated docstring with string coercion behavior.Lee Ball2019-03-271-1/+4
* Forgot the `six.`Lee Ball2019-03-271-1/+1
* Utf8able now coerces objects to stringsLee Ball2019-03-271-0/+2
* Use get_utf8able_str over get_utf8_valueCat Lee Ball πŸŽ·πŸ›2019-03-271-1/+40
* import ioLee Ball2019-03-261-0/+1
* Spacing fix, comment fixCat Lee Ball πŸŽ·πŸ›2019-03-261-72/+72
* Removed accidental paste, added sys importCat Lee Ball πŸŽ·πŸ›2019-03-261-1/+2
* Added import collectionsCat Lee Ball πŸŽ·πŸ›2019-03-261-1/+2
* Added print_to_fd to utils.pyCat Lee Ball πŸŽ·πŸ›2019-03-261-0/+79
* Removed get_binary_str functionCat Lee Ball πŸŽ·πŸ›2019-03-201-8/+0
* Mostly reverted get_utf8 changesCat Lee Ball πŸŽ·πŸ›2019-03-191-3/+3
|\
* | Updated get_utf8 and get_binary_strCat Lee Ball πŸŽ·πŸ›2019-03-191-2/+12
|/
* Support fetching GCS bucket encryption metadata.Matt Houglum2018-03-081-1/+4
* Support Billing Configuration.Mark Hjelm2017-09-121-1/+5
* Add better error messages when we can't retrieve credsJames Saryerwinnie2016-02-191-2/+4
* use the new utility when creating a connectionAlfredo Deza2015-06-301-1/+1
* create IPV6 host parsing utilitiesAlfredo Deza2015-06-301-0/+38
* common modules: tidy up to meet PEP8 betterFelix Yan2014-09-141-2/+5
* [boto.utils] Stop messing with global socket timeout.Damien Tournoud2014-08-261-26/+14
* Merge pull request #2477 from opottone/developDaniel G. Taylor2014-08-191-3/+1
|\
| * Improve metadata processing (system vs. user-defined).Olli Pottonen2014-08-031-3/+1
| * Add recognized HTTP headersopottone2014-07-311-1/+1
* | Merge pull request #2486 from piotrbulinski/LazyLoadMetadata_py3Daniel G. Taylor2014-08-011-0/+5
|\ \
| * | fix TypeError when getting instance metadata under python 3 (#2485)Piotr Bulinski2014-08-011-0/+5
| |/
* | Merge pull request #2468 from felixonmars/hashlib-importsDaniel G. Taylor2014-08-011-12/+2
|\ \
| * | remove obsolete md5 import routineFelix Yan2014-07-301-12/+2
* | | use encodebytes instead of encodestring (#2483)Piotr Bulinski2014-08-011-3/+2
| |/ |/|
* | Remove code for Python 2.5 compatibility.INADA Naoki2014-07-281-5/+1
|/
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-37/+51
* Switch boto to use truncated exponential backoffMike Schwartz2014-06-271-2/+5
* Parse date/time in a locale independent mannerDaniel G. Taylor2014-06-051-8/+27
* S3 Metadata: allow storage of plus signs (+)Daniel Beardsley2014-03-041-1/+1
* initial interface for a request hook, sample interface and example for loggingdkavanagh2014-02-241-0/+9
* Fix string type tests.Kevin Deldycke2013-12-291-1/+1
* Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-1/+1
* Fix example for building metadata URLDaniel G. Taylor2013-12-111-1/+1
* Make trailing slashes for metadata URLs explicit and remove the trailing slas...Daniel G. Taylor2013-12-101-5/+14
* Small fix to prevent overwriting ValueError, which is used in multiple places...Daniel G. Taylor2013-12-041-3/+3
* PEP8 IssuesHenry Huang2013-12-031-34/+48
* add a retry when metadata fetched with a corrupt JSON formatHenry Huang2013-11-301-8/+45
* Make upload header handling case-insensitive.Lars Otten2013-06-261-0/+21
* Fixed a bug where a ``date`` couldn't be set as metadata on a S3 key.Daniel Lindsley2013-05-291-1/+1
* Fix #1146: return response from custom url openerJames Saryerwinnie2013-04-121-2/+1
* Add metadata_service_num_attempts config optionJames Saryerwinnie2013-04-111-3/+3
* Merge branch 'toastdriven-instance-metadata-urls' into developJames Saryerwinnie2013-03-271-5/+20
|\
| * Abstracted some of #1383 & added tests.Daniel Lindsley2013-03-221-4/+19
| * mod utils.py:get_instance_metadata allowing access to dynamic dataRoyce Remer2013-03-221-2/+2
* | Support for GCS object composition and CRC32c hashes.Yaniv Ovadia2013-03-261-1/+3
* | try RFC1123Øyvind Saltvik2013-03-181-4/+7
|/