summaryrefslogtreecommitdiff
path: root/boto/utils.py
Commit message (Expand)AuthorAgeFilesLines
* [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
|/
* Added websiteConfig to qsa_of_interest, so it will be included in HMAC canoni...Mike Schwartz2013-01-281-1/+3
* Small fix in case someone puts a non-string value in the headers dict. Fixes...Mitch Garnaat2013-01-101-1/+1
* Fix Myghty's name.Nikola Kotur2012-12-191-1/+1
* Mighty's SVN URL does not exist any more.Nikola Kotur2012-12-191-5/+3
* Ensure retry_url, which is used to access the metadata server, is ignoring an...Mitch Garnaat2012-12-031-19/+64
* Merge pull request #1130 from mleonhard/developMitch Garnaat2012-12-021-15/+15
|\
| * Updating MIME module imports to allow py2exe to find modulesMichael Leonhard2012-11-241-15/+15
* | Mods to support GCS storage classesMike Schwartz2012-11-261-1/+6
|/
* Add support for s3 tiered storage (s3 to glacier)James Saryerwinnie2012-11-131-1/+1
* Consolidate simplejson/json imports to a compat moduleJames Saryerwinnie2012-10-221-4/+1
* Merge branch 'glacier' into developMitch Garnaat2012-09-191-7/+11
|\
| * Allow upload_archive to accept file like objectsJames Saryerwinnie2012-09-101-7/+11
* | Add support for s3 cost allocation taggingJames Saryerwinnie2012-08-231-1/+2
|/
* Merge branch 'develop' of github.com:boto/boto into developMitch Garnaat2012-07-051-1/+1
|\
| * utils.py: Add guard for blank responses to get-instance-metadataNeil Wilson2012-07-041-1/+1
* | Adding support for Instance Identity info in instance metadata.Mitch Garnaat2012-07-051-0/+26
|/
* Slight formatting change.Mitch Garnaat2012-06-181-2/+4
* Resolved conflict in merge.Mitch Garnaat2012-06-181-23/+74
|\
| * Fix passing of num_retries into LazyLoadMetadataJustin Patrin2012-06-181-1/+1