Minio

Latest version: v7.2.7

Safety actively analyzes 628903 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 37

7.2.1

What's Changed
* Add type hints for MinioAdmin class by jessebot in https://github.com/minio/minio-py/pull/1334
* fix remove_objects() example to convert map to list of map by dsgibbons in https://github.com/minio/minio-py/pull/1311
* fix part size value appropriately in upload_snowball_objects() API by erwin-vanduijnhoven in https://github.com/minio/minio-py/pull/1333
* Add type annotations to xml.py by trim21 in https://github.com/minio/minio-py/pull/1327
* Add typing to remove_object() API by trim21 in https://github.com/minio/minio-py/pull/1336
* Add typing to sse.py by balamurugana in https://github.com/minio/minio-py/pull/1338
* Add typing to time.py by balamurugana in https://github.com/minio/minio-py/pull/1339
* Remove 16KiB limit in MinioAdmin crypto functions by balamurugana in https://github.com/minio/minio-py/pull/1345
* Add typing to helpers.py by balamurugana in https://github.com/minio/minio-py/pull/1341
* Add typing in signer.py by balamurugana in https://github.com/minio/minio-py/pull/1340
* Add typing in crypto.py by balamurugana in https://github.com/minio/minio-py/pull/1346
* Add typing in versioningconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1347
* Add typing in tagging.py by balamurugana in https://github.com/minio/minio-py/pull/1348
* Add extra headers to stat_object() API by trollfot in https://github.com/minio/minio-py/pull/1335
* Remove typing.Dict usage in sse.py by balamurugana in https://github.com/minio/minio-py/pull/1350
* fix typing in xml.py by balamurugana in https://github.com/minio/minio-py/pull/1352
* Add typing in sseconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1351
* Add typing in retention.py by balamurugana in https://github.com/minio/minio-py/pull/1353
* Add typing in objectlockconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1354
* Add typing in legalhold.py by balamurugana in https://github.com/minio/minio-py/pull/1355
* Add typing in error.py by balamurugana in https://github.com/minio/minio-py/pull/1356
* Add typing in deleteobjects.py by balamurugana in https://github.com/minio/minio-py/pull/1357
* Add typing in datatypes.py by balamurugana in https://github.com/minio/minio-py/pull/1362
* Add typing in commonconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1363
* Add typing in lifecycleconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1364
* Add typing in notificationconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1365
* Add typing in replicationconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1366
* fix typing in signer.py by balamurugana in https://github.com/minio/minio-py/pull/1369
* fix: certs path directory by harshavardhana in https://github.com/minio/minio-py/pull/1375
* fix typing in versioningconfig.py by balamurugana in https://github.com/minio/minio-py/pull/1370
* Fix typing in tagging py by balamurugana in https://github.com/minio/minio-py/pull/1371
* Add typing in credentials module by balamurugana in https://github.com/minio/minio-py/pull/1372
* fix typing in helpers.py by balamurugana in https://github.com/minio/minio-py/pull/1373
* Add typing in minioadmin.py by balamurugana in https://github.com/minio/minio-py/pull/1367
* Add typing in api.py by balamurugana in https://github.com/minio/minio-py/pull/1368
* Enable mypy check by balamurugana in https://github.com/minio/minio-py/pull/1376
* Update the Python Quickstart README by feorlen in https://github.com/minio/minio-py/pull/1326

New Contributors
* jessebot made their first contribution in https://github.com/minio/minio-py/pull/1334
* dsgibbons made their first contribution in https://github.com/minio/minio-py/pull/1311
* erwin-vanduijnhoven made their first contribution in https://github.com/minio/minio-py/pull/1333
* trollfot made their first contribution in https://github.com/minio/minio-py/pull/1335
* feorlen made their first contribution in https://github.com/minio/minio-py/pull/1326

**Full Changelog**: https://github.com/minio/minio-py/compare/7.2.0...7.2.1

7.2.0

What's Changed
* Refactor MinioAdminClient using HTTP client by pbrw in https://github.com/minio/minio-py/pull/1291


**Full Changelog**: https://github.com/minio/minio-py/compare/7.1.17...7.2.0

7.1.17

What's Changed
* add type hint for `minio/credentials/credentials.py` by trim21 in https://github.com/minio/minio-py/pull/1298
* Fix missed f-strings by alldevic in https://github.com/minio/minio-py/pull/1304
* prepare temporary directory when `fget_object` by Laisky in https://github.com/minio/minio-py/pull/1309
* Add CertificateIdentityProvider to imports by balamurugana in https://github.com/minio/minio-py/pull/1308
* add type hint for `Minio.put_object` by trim21 in https://github.com/minio/minio-py/pull/1301
* add type hint for `Minio.get_object` by trim21 in https://github.com/minio/minio-py/pull/1300
* add type hint for `Minio.__init__` by trim21 in https://github.com/minio/minio-py/pull/1299

New Contributors
* trim21 made their first contribution in https://github.com/minio/minio-py/pull/1298
* alldevic made their first contribution in https://github.com/minio/minio-py/pull/1304
* Laisky made their first contribution in https://github.com/minio/minio-py/pull/1309

**Full Changelog**: https://github.com/minio/minio-py/compare/7.1.16...7.1.17

7.1.16

What's Changed
* Update deprecated mc admin policy commands by pbrw in https://github.com/minio/minio-py/pull/1277
* update release references to master in README.md by sprior in https://github.com/minio/minio-py/pull/1285
* Fix upload snowball objects with staging file by emrocha in https://github.com/minio/minio-py/pull/1286
* Add generic AWS S3 domain support by balamurugana in https://github.com/minio/minio-py/pull/1289

New Contributors
* pbrw made their first contribution in https://github.com/minio/minio-py/pull/1277
* sprior made their first contribution in https://github.com/minio/minio-py/pull/1285
* emrocha made their first contribution in https://github.com/minio/minio-py/pull/1286

**Full Changelog**: https://github.com/minio/minio-py/compare/7.1.15...7.1.16

7.1.15

What's Changed
* upload_snowball_object(): seek stream to 0 before upload by balamurugana in https://github.com/minio/minio-py/pull/1271
* Revert "list_objecst: fix parsing user metadata as per MinIO server (1240)" by balamurugana in https://github.com/minio/minio-py/pull/1273
* Disable multipart upload for upload_snowball_objects() api. by balamurugana in https://github.com/minio/minio-py/pull/1283
* Remove locale usage for datetime parsing by balamurugana in https://github.com/minio/minio-py/pull/1274
* fix policy as a string in presigned_post_policy() API by cniackz in https://github.com/minio/minio-py/pull/1272
* Add cert_check flag to main class constructor by walnuttiger8 in https://github.com/minio/minio-py/pull/1267

New Contributors
* cniackz made their first contribution in https://github.com/minio/minio-py/pull/1272
* walnuttiger8 made their first contribution in https://github.com/minio/minio-py/pull/1267

**Full Changelog**: https://github.com/minio/minio-py/compare/7.1.14...7.1.15

7.1.14

What's Changed
* Have single GitHub workflow YAML by balamurugana in https://github.com/minio/minio-py/pull/1259
* fget_object(): create tmp_file_path string generically by balamurugana in https://github.com/minio/minio-py/pull/1258
* Add upload_snowball_objects() API by balamurugana in https://github.com/minio/minio-py/pull/1260
* checks: ignore broad-exception-raised pylint error by balamurugana in https://github.com/minio/minio-py/pull/1266


**Full Changelog**: https://github.com/minio/minio-py/compare/7.1.13...7.1.14

Page 2 of 37

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.