summaryrefslogtreecommitdiff
path: root/net/py-minio
AgeCommit message (Collapse)AuthorFilesLines
2022-10-25py-minio: updated to 7.1.2adam2-6/+6
7.1.2 fix documentation display composing fget_object(): add progress support Updating documentation links to new URLs list_objects: fix parsing user metadata as per MinIO server
2022-09-14py-minio: updated to 7.1.11adam2-6/+6
7.1.11 select: yield available payload fully by requested num_bytes 7.1.10 fget_object(): remove resume support. fix lifecycle config rule validation error out if lifecycle rule has null filter EventIterable: Reconnect on closed response 7.1.9 allow hashlib.md5() calls to work with FIPS kernels Handle 304 status code properly correct ValueError when part_size > MAX_PART_SIZE Set minimum requirement to Python v3.7
2022-05-19py-minio: updated to 7.1.8adam2-6/+6
7.1.8 fix make version-id dictionary instead of set VS: ----------------------------------------------------------------------
2022-04-26py-minio: updated to 7.1.7adam2-6/+6
7.1.7 fix converting boolean value to XML boolean fix: listen bucket event response should use response.readline()
2022-04-12py-minio: updated to 7.1.6adam2-7/+6
7.1.6 Add reduce() method to errors for pickle compatible. use unittest.mock instead of mock.
2022-03-15py-minio: updated to 7.1.5adam2-6/+6
7.1.5: Add AssumeRoleWithCertificate credential provider. 7.1.4: docs: fix typo in object_lock config function name fix progress bar division by zero error Add policy unset method to minio admin fix: lint checks and enable MINIO_CI_CD=1 for functional tests
2022-02-02py-minio: updated to 7.1.3adam2-7/+6
7.1.3: Bugfix Release * Update set_object_lock_config.py * fix finding user's home directory in AWSConfigProvider/MinioClientConfigProvider * fix EnvAWSProvider/EnvMinioProvider to fetch access/secret keys and session token always from os.environ
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-12-08py-minio: updated to 7.1.2adam2-6/+6
7.1.2 fix: do not enforce role value for replicationConfig fix: canonical request path if empty choose '/'
2021-10-26net: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
2021-10-09py-minio: updated to 7.1.1adam2-6/+6
7.1.1: Changelog Fix transition xml name in lifecycleconfig Remove nose tests and move to python unittest Use unquote_plus() to decode url encoded value. Ignore cert addition if custom httpclient is passed use f-string wherever possible Raise ValueError instead of returning in ChainedProvider
2021-10-07net: Remove SHA1 hashes for distfilesnia1-2/+1
2021-07-22py-minio: added version 7.1.0adam4-0/+112
MinIO Python SDK is Simple Storage Service (aka S3) client to perform bucket and object operations to any Amazon S3 compatible object storage service.