summaryrefslogtreecommitdiff
path: root/boto/s3/key.py
Commit message (Expand)AuthorAgeFilesLines
* Added print_to_fd to utils.pyCat Lee Ball 🎷🐛2019-03-261-2/+2
* Fix test failures introduced in #3855 and #3866.Matt Houglum2019-03-211-5/+5
* Python 2 / 3 compatibility fixesCat Lee Ball 🎷🐛2019-03-201-5/+9
* Fix to support uploads to KMS-encrypted buckets.Matt Houglum2018-03-121-5/+9
* Populate storage class from HEAD Object responses.Matt Houglum2017-02-281-0/+12
* Minor indentation fix in Key._get_file_internal()Ben Hoyt2016-02-171-1/+1
* Fixed param name in set_contents_from_string docstringYuki Yokoyama2015-12-091-2/+2
* BF: minor typo -- "point point"Yaroslav Halchenko2015-11-091-1/+1
* Fix 3264: Add documentation for query_authSteven Richards2015-08-191-4/+4
* Merge pull request #2803 from sblosser/patch-1Daniel G. Taylor2014-12-181-1/+2
|\
| * Pass version_id in copy if key is versionedsblosser2014-12-091-1/+2
* | Fix Key.change_storage_class so that it obeys dst_bucketChris AtLee2014-12-091-2/+3
|/
* Fixed param type in get_contents_to_filename docstringVitali Kotik2014-11-291-1/+1
* Calculate sha_256 correctly for s3kyleknap2014-10-171-1/+4
* Merge pull request #2525 from danielgtaylor/s3-reprDaniel G. Taylor2014-08-261-2/+8
|\
| * Better S3 key repr support for unicodeDaniel G. Taylor2014-08-141-2/+8
* | Merge pull request #2477 from opottone/developDaniel G. Taylor2014-08-191-15/+11
|\ \ | |/ |/|
| * Fix stupid typo in my previous commit.Olli Pottonen2014-08-091-2/+2
| * Improve metadata processing (system vs. user-defined).Olli Pottonen2014-08-031-15/+11
* | Remove redundant __future__ importsNico Revin2014-08-031-2/+0
* | Merge pull request #2468 from felixonmars/hashlib-importsDaniel G. Taylor2014-08-011-5/+1
|\ \
| * | remove obsolete md5 import routineFelix Yan2014-07-301-5/+1
* | | use encodebytes instead of encodestring (#2483)Piotr Bulinski2014-08-011-2/+2
| |/ |/|
* | Prevent an infinite loop.Daniel G. Taylor2014-07-291-2/+3
|/
* Merge pull request #2368 from KennF/fix_s3_sse_cDaniel G. Taylor2014-07-221-6/+12
|\
| * a) add integration test of using SSE-C encryption of S3; b)fix style issue to...fuke2014-07-141-2/+5
| * Skip the ETag header check in responce while using SSE-C encrpytion of S3fuke2014-07-071-6/+9
* | Add unit tests, only fetch value if explicitly setDaniel G. Taylor2014-07-151-1/+3
* | Fetch key storage class on-demand.Daniel G. Taylor2014-07-141-1/+18
|/
* Fixes for bytes encoding/decodingDaniel G. Taylor2014-06-301-62/+18
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-18/+92
* Merge pull request #1990 from tpodowd/restore_headerDaniel G. Taylor2014-01-241-1/+3
|\
| * Return the x-amz-restore header with GET KEY and fix provider prefix.Thomas O'Dowd2014-01-141-1/+3
* | Add documentation about the version_id behavior of Key objects.Mitch Garnaat2014-01-231-0/+32
|/
* Merge remote-tracking branch 'upstream/develop' into consistent-identity-comp...Austin Marshall2013-12-261-5/+12
|\
| * Sigv4 support for S3 by lindsleyDaniel G. Taylor2013-12-101-5/+12
* | Consistent use of identity comparison (`is`/`is not`) for NoneAustin Marshall2013-12-181-11/+11
|/
* Fix error with deleting an open file in s3.Key.get_contents_to_filename. Patc...Daniel G. Taylor2013-11-191-7/+6
* .Ted Romer2013-09-161-3/+2
* .Ted Romer2013-09-161-5/+14
* Fixed #1687 - Headers involved with signing sent with S3 keys should be case-...Daniel Lindsley2013-08-301-1/+8
* Fix compatibility issues with python 2.5lochiiconnectivity2013-07-231-13/+14
* Make upload header handling case-insensitive.Lars Otten2013-06-261-8/+18
* Added an exception to signal a retry should occur.Daniel Lindsley2013-06-041-1/+5
* Fixed a bug where 400s w/ timeouts were not honored.Daniel Lindsley2013-06-041-15/+50
* Corrected doc comments for num_cb param of set_contents_from_filenamesocketbox2013-05-301-1/+1
* Make s3 key buffer size configurable.Jeff Terrace2013-05-201-1/+1
* Fixed missing raise introduced by 57a41897493e3b11fbbe47360a9d2f1033aae87d (f...Mike Schwartz2013-04-231-0/+1
* Added error handling for out of space during downloadsMike Schwartz2013-04-041-12/+19
* Support for GCS object composition and CRC32c hashes.Yaniv Ovadia2013-03-261-62/+92