14
0
forked from pool/python-minio

Commit Graph

  • 4c3f924a4f Accepting request 1299768 from devel:languages:python main Dominique Leuenberger 2025-08-15 19:52:33 +00:00
  • f4b8b3c2c5 Accepting request 1299764 from home:glaubitz:branches:devel:languages:python Nico Krapp 2025-08-15 07:56:32 +00:00
  • 8b30b49c60 Accepting request 1241637 from devel:languages:python Ana Guerrero 2025-01-31 16:18:58 +00:00
  • 1dea616207 Accepting request 1241364 from home:darix:apps Markéta Machová 2025-01-31 13:18:30 +00:00
  • 4fe680e495 Accepting request 1236181 from devel:languages:python Ana Guerrero 2025-01-12 10:14:18 +00:00
  • 47b4a6fd3c Accepting request 1235982 from home:yacar:branches:devel:languages:python Markéta Machová 2025-01-09 12:36:10 +00:00
  • 2f502d5bdc Accepting request 1228387 from devel:languages:python Ana Guerrero 2024-12-05 16:09:14 +00:00
  • eb6c76072b Accepting request 1228323 from home:darix:apps Matej Cepl 2024-12-04 22:12:33 +00:00
  • 7805d11201 Accepting request 1163746 from devel:languages:python Ana Guerrero 2024-04-02 14:42:55 +00:00
  • 9e91a4f183 Accepting request 1163451 from home:mlin7442:rebuild_fails_156 John Vandenberg 2024-03-31 01:50:09 +00:00
  • b0d9b68765 Accepting request 1108371 from devel:languages:python Ana Guerrero 2023-09-01 12:19:44 +00:00
  • 480bb163a0 - Update to 7.1.16: * Update deprecated mc admin policy commands * update release references to master in README.md * Fix upload snowball objects with staging file * Add generic AWS S3 domain support * upload_snowball_object(): seek stream to 0 before upload * Revert "list_objecst: fix parsing user metadata as per MinIO server (#1240)" * Disable multipart upload for upload_snowball_objects() api. * Remove locale usage for datetime parsing * fix policy as a string in presigned_post_policy() API * Add cert_check flag to main class constructor - Switch to pyproject and autosetup macros. - Stop using greedy globs in %files. - Clean up unneeded {Build,}Requires. Steve Kowalik 2023-09-01 05:39:36 +00:00
  • 655887476a Accepting request 1074502 from devel:languages:python Dominique Leuenberger 2023-03-27 16:16:11 +00:00
  • 3ce27fba91 - update to 7.1.14: * Have single GitHub workflow YAML * fget_object(): create tmp_file_path string generically * Add upload_snowball_objects() API * checks: ignore broad-exception-raised pylint error Dirk Mueller 2023-03-26 19:18:57 +00:00
  • bd159817d4 Accepting request 1056766 from devel:languages:python Dominique Leuenberger 2023-01-07 16:19:55 +00:00
  • 7da2248d03 - update to 7.1.13: * Use Apache license SPDX identifier * fix usage of deprecated urllib3.Response.getheaders() * Fix typos and add codespell GitHub Action * Expose fetch-owner in the api for list_object * Add python 3.11 support Dirk Mueller 2023-01-07 12:22:16 +00:00
  • e78c6b76b1 Accepting request 1032092 from devel:languages:python Dominique Leuenberger 2022-10-29 18:16:58 +00:00
  • 3a667c0d37 Accepting request 1032024 from home:yarunachalam:branches:devel:languages:python John Vandenberg 2022-10-29 01:42:59 +00:00
  • 21f2074132 Accepting request 1007059 from devel:languages:python Richard Brown 2022-09-30 15:57:42 +00:00
  • c7d74d3851 Accepting request 1007023 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-09-29 19:00:44 +00:00
  • d4404052a0 Accepting request 982983 from devel:languages:python Dominique Leuenberger 2022-06-16 16:21:07 +00:00
  • 4ac859c467 Accepting request 982858 from home:yarunachalam:branches:devel:languages:python Matej Cepl 2022-06-16 09:34:33 +00:00
  • c472b7b1d3 Accepting request 965314 from devel:languages:python Dominique Leuenberger 2022-03-28 15:01:02 +00:00
  • 52d1e21324 Accepting request 964618 from home:pgajdos:python Matej Cepl 2022-03-28 07:42:28 +00:00
  • 96ea413d20 Accepting request 927217 from devel:languages:python Dominique Leuenberger 2021-10-25 13:17:30 +00:00
  • 787033635e - Update to 7.1.1: * Fix transition xml name in lifecycleconfig (#1142) (10/09/21) (Bala FA) * Remove nose tests and move to python unittest (#1152) (10/09/21) (Steve Kowalik) * Use unquote_plus() to decode url encoded value. (#1158) (10/09/21) (Bala FA) * Ignore cert addition if custom httpclient is passed (#1157) (10/08/21) (Anton Samokhvalov) * use f-string wherever possible (#1155) (10/08/21) (Bala FA) * Raise ValueError instead of returning in ChainedProvider (#1146) (09/01/21) (Bala FA) - Drop remove-nose.patch, merged upstream. Steve Kowalik 2021-10-24 23:28:34 +00:00
  • 1431279b94 Accepting request 920715 from devel:languages:python Dominique Leuenberger 2021-09-22 20:12:52 +00:00
  • 236f343aba - Update to 7.1.0: * EventIterable: use looping instead of tail recursion in next() (#1126) (07/07/21) (Bala FA) * list_objects(): add url encoding type support. (#1107) (06/29/21) (Bala FA) * listen_bucket_notification(): return EventIterable object as controlled iterator. (#1118) (06/25/21) (Bala FA) * allow setting custom environment variables for mc admin subprocess (#1100) (05/24/21) (cbows) * fix error when mc admin response has a trailing newline (#1099) (05/24/21) (cbows) * Bucket: add string representation and equality method (#1095) (05/24/21) (Bahram Aghaei) * list_objects(): identify delete marker generically (#1106) (05/24/21) (Bala FA) * make_bucket: use region passed via constructor (#1103) (03/29/21) (Bala FA) * Optimize logic of read_part_data() (#1085) (02/21/21) (Bala FA) * Fix divided by zero error at part info computation. (#1083) (02/18/21) (Bala FA) * Convert timedelta.total_seconds() to integer in credential providers. (#1081) (02/12/21) (Brian Thorne) * fix data argument description of put_object() API (#1071) (01/29/21) (Bala FA) * fix getbytes() usage in make_bucket() API (#1073) (01/29/21) (Bala FA) * fix Retention properties usage (#1066) (01/27/21) (Bala FA) * fix Tagging.tags usage properly (#1061) (01/27/21) (Bala FA) * Add default 5 minutes timeout to default http client (#1069) (01/25/21) (Bala FA) * Enhance HTTP trace (#1056) (01/09/21) (Bala FA) * Allow empty prefix in Filter (#1053) (01/05/21) (Bala FA) * fix: bring back previous change to functional test script (#1045) (12/10/20) (Harshavardhana) * Remove configparser as dependency (#1046) (12/10/20) (Bala FA) * Python2 support has been removed. * Added support for S3 APIs related to object locking and versioning, tagging. * Added support for compose object. * fix: running functional tests issues (12/08/20) (Minio Trusted) * Enhance put_object() API to support more parameters (#1022) (12/04/20) (Bala FA) * Rename presigned_url() to get_presigned_url() (#1032) (12/03/20) (Bala FA) * Refactor PostPolicy implementation (#1023) (12/01/20) (Bala FA) * fix: allow tests to run properly on gateway setups (#1034) (11/28/20) (Harshavardhana) * error.code() is a property not function (11/28/20) (Harshavardhana) Steve Kowalik 2021-09-22 03:57:14 +00:00
  • bf4355c654 Accepting request 828344 from devel:languages:python Dominique Leuenberger 2020-08-21 17:06:34 +00:00
  • 496b1722c4 - Update to 6.0.0: * fix pydoc of all public methods in minio/api.py (#941) (08/03/20) (Bala FA) * Create CNAME (08/02/20) (Harshavardhana) * fix: doc rendering issue (#938) (07/17/20) (Andrei Vukolov) * Add object version-ID support (#923) (07/11/20) (Bala FA) * Added expiry_delta in IAM (#935) (07/09/20) (Felipe Ballesteros) * Less memory allocation with put_object() (#930) (06/19/20) (Anis Elleuch) * mention when proxy to be used (#928) (06/01/20) (Harshavardhana) * refactor minio.credentials (#901) (05/31/20) (Bala FA) * simplify constants definition and usage (#927) (05/29/20) (Bala FA) * fix trace to be printed before and after execution (#926) (05/25/20) (Bala FA) * change encoding of x-amz-copy-source in copy_object (#912) (05/09/20) (John Flickinger) * fix isort errors (#904) (05/03/20) (Bala FA) * simplify functional tests (#898) (04/30/20) (Bala FA) * add isort to keep imports sorted (#897) (04/20/20) (Bala FA) * add support for AssumeRole STS provider (#874) (04/16/20) (Brian Thorne) * Allow signing requests for services other than s3 in sign v4 (#893) (04/16/20) (Brian Thorne) * preserve x-amz-content-sha256 if specified in presign_v4 (#870) (04/13/20) (Vanessasaurus) * Rename urlencode and urldecode to quote and unquote (#875) (04/11/20) (Brian Thorne) * move to latest release for windows CI (#884) (04/10/20) (Harshavardhana) * Update MANIFEST.in to generate a complete sdist (#856) (04/08/20) (Denis Laxalde) * Adds missing 'minio/credentials/*.sample' files (#866) (04/06/20) (ebozduman) * remove deprecated cElementTree (04/07/20) (Karthikeyan Singaravelan) * fix github actions error while checking out (#869) (04/06/20) (kannappanr) - Update SOURCE1 and SOURCE2 to pull from tests/unit, the upstream path Steve Kowalik 2020-08-21 05:34:07 +00:00
  • cf70f72426 Accepting request 790578 from devel:languages:python Dominique Leuenberger 2020-04-01 17:17:42 +00:00
  • 1aebab7d1c OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-minio?expand=0&rev=18 Tomáš Chvátal 2020-04-01 12:33:33 +00:00
  • 34b26a18bf Accepting request 790489 from home:pgajdos:python Tomáš Chvátal 2020-04-01 08:46:00 +00:00
  • 6e9c8ed284 Accepting request 766362 from devel:languages:python Dominique Leuenberger 2020-01-22 21:46:34 +00:00
  • d4249eaeb4 Accepting request 766360 from home:MSirringhaus:branches:devel:languages:python Tomáš Chvátal 2020-01-22 15:37:07 +00:00
  • 9dfecffabc Accepting request 734320 from devel:languages:python Dominique Leuenberger 2019-10-02 12:55:32 +00:00
  • 750e2f772a Accepting request 734311 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2019-10-01 13:17:56 +00:00
  • c0797f4880 Accepting request 730112 from devel:languages:python Ludwig Nussel 2019-09-13 12:58:30 +00:00
  • aea6a5dd5c - Update to 4.0.21: * Doc: Fix error response URL link * Add support for ISO time with and without fractional seconds. * ObjectAccessed with Get and Head methods * list-objects-v2: Add start_after parameter * Implement select object Tomáš Chvátal 2019-09-11 11:34:22 +00:00
  • 6a0094f38b Accepting request 718097 from devel:languages:python Dominique Leuenberger 2019-07-24 18:35:39 +00:00
  • 7b5c8e4316 - Update to 4.0.18: * Better error msg if metadata contains a non us-ascii character (#770) (06/12/19) * Fix Py3.7 warnings (#767) (06/11/19) Tomáš Chvátal 2019-07-24 07:45:07 +00:00
  • 657c885ccf Accepting request 705232 from devel:languages:python Dominique Leuenberger 2019-06-01 07:45:22 +00:00
  • 5e3ad2eeb9 Accepting request 705230 from home:pgajdos Tomáš Chvátal 2019-05-24 12:14:24 +00:00
  • 518f96089c Accepting request 703737 from devel:languages:python Dominique Leuenberger 2019-05-20 11:17:33 +00:00
  • 1c7ec4dba8 Accepting request 703733 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2019-05-17 15:40:59 +00:00
  • f67b356d5c Accepting request 691809 from devel:languages:python Dominique Leuenberger 2019-04-08 18:53:26 +00:00
  • 70afda5688 - Update to 4.0.13: * Add configurable part_size (#745) Tomáš Chvátal 2019-04-05 12:37:50 +00:00
  • b99b8dcec1 Accepting request 685318 from devel:languages:python Dominique Leuenberger 2019-03-18 09:38:34 +00:00
  • aad0729729 Accepting request 685185 from home:jayvdb:django Tomáš Chvátal 2019-03-15 10:37:47 +00:00