summaryrefslogtreecommitdiff
path: root/boto/s3
Commit message (Expand)AuthorAgeFilesLines
* Removed obsolete if statementLee Ball2019-03-271-5/+2
* Merge branch 'develop' into replace-get-utf8Lee Ball2019-03-271-2/+2
|\
| * Added print_to_fd to utils.pyCat Lee Ball 🎷🐛2019-03-261-2/+2
* | Added function get_utf8able_strCat Lee Ball 🎷🐛2019-03-272-4/+5
* | Replaced get_utf8_value with six.ensure_strCat Lee Ball 🎷🐛2019-03-262-4/+4
|/
* Fix test failures introduced in #3855 and #3866.Matt Houglum2019-03-211-5/+5
* Fixed wget snafu porting from last PRCat Lee Ball 🎷🐛2019-03-201-8640/+1883
* Python 2 / 3 compatibility fixesCat Lee Ball 🎷🐛2019-03-203-1885/+8652
* Allows anon auth'n to S3 via a config option.Matt Houglum2018-09-161-7/+18
* Fix to support uploads to KMS-encrypted buckets.Matt Houglum2018-03-121-5/+9
* Support Billing Configuration.Mark Hjelm2017-09-121-7/+8
* Merge pull request #3734 from edmorley/anon-generate_urlMike Schwartz2017-06-281-5/+5
|\
| * Fix generate_url() AttributeError when using anonymous connectionsEd Morley2017-05-251-5/+5
* | Allow specifying s3 host from boto config file.Matt Houglum2017-06-131-3/+6
|/
* Populate storage class from HEAD Object responses.Matt Houglum2017-02-282-0/+13
* Use generic connect functionJordonPhillips2017-02-101-12/+13
* Allow s3 bucket lifecycle policies with multiple transitionsRyan Sydnor2016-04-121-16/+91
* Merge pull request #3496 from benhoyt/patch-1Kyle Knapp2016-03-021-1/+1
|\
| * Minor indentation fix in Key._get_file_internal()Ben Hoyt2016-02-171-1/+1
* | Merge pull request #3153 from peterneyens/s3-signed-response-headers-fixJames Saryerwinnie2016-02-241-0/+3
|\ \ | |/ |/|
| * Use a more pythonic way to add to query path dictionary.peterneyens2015-05-091-2/+1
| * Fix #3119. Use response headers in presigned urls.peterneyens2015-05-081-0/+4
* | Merge branch 'stefanfoulis-HMAC-V4-S3_no_auth_url' into developJames Saryerwinnie2016-02-121-1/+1
|\ \
| * | Don't generate auth in url for public fileskrz.suc2015-12-061-1/+1
* | | De-quoting multipart uploads and versioned objectsMichael Dowling2016-02-051-0/+4
* | | Merge pull request #3444 from rayluo/fix-s3-testsRay Luo2016-01-141-4/+2
|\ \ \
| * | | Backport unquote_str(), fix bucket_lister() and test caseRay Luo2015-12-231-4/+2
| |/ /
* | | 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
* | Add EUCentral1 region to s3Harry Rybacki2015-06-301-1/+2
* | Merge pull request #3068 from ilogik/developKyle Knapp2015-06-291-1/+1
|\ \
| * | correct return type for list_multipart_uploadsAdrian Mester2015-03-271-1/+1
| |/
* | Add missing eu-central-1 region for S3 WebsiteThomas Orozco2015-04-051-0/+1
|/
* 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
* | Merge pull request #2752 from catlee/storage_classDaniel G. Taylor2014-12-171-2/+3
|\ \
| * | Fix Key.change_storage_class so that it obeys dst_bucketChris AtLee2014-12-091-2/+3
| |/
* | Merge pull request #2736 from Captainkrtek/Fix_S3Put_hostDaniel G. Taylor2014-12-171-0/+10
|\ \ | |/ |/|
| * changed logic to be safercaptainkrtek2014-12-051-3/+8
| * changed where host is handledcaptainkrtek2014-11-081-4/+3
| * fix for s3put host specification - issue #2522captainkrtek2014-11-041-0/+6
* | Merge pull request #2753 from catlee/docsDaniel G. Taylor2014-12-021-4/+4
|\ \
| * | fix pep8Chris AtLee2014-11-121-4/+4
| |/
* | 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 #2562 from kouk/bucketlisturlencodingDaniel G. Taylor2014-09-021-0/+6
|\
| * Revert "remove forgotten pdb invocation."Konstantinos Koukopoulos2014-08-261-3/+3
| * remove forgotten pdb invocation.Konstantinos Koukopoulos2014-08-261-3/+3
| * Avoid infinite loop with bucket listing and encoding_type='url'Konstantinos Koukopoulos2014-08-261-0/+6