./net/py-minio, MinIO Python SDK for Amazon S3 Compatible Cloud Storage

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.2.15, Package name: py312-minio-7.2.15, Maintainer: pkgsrc-users

MinIO Python SDK is Simple Storage Service (aka S3) client to perform bucket
and object operations to any Amazon S3 compatible object storage service.


Master sites:

Filesize: 134.805 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-20 17:00:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-minio: updated to 7.2.15

7.2.15

MinioAdmin: conditionally decrypt response in {attach,detach}_policy APIs
xml: prepend namespace for each path in findall()
Fix ExcludedPrefixes in set/get bucket versioning config
   2025-01-14 17:54:45 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-minio: updated to 7.2.14

7.2.14

MinioAdmin: add IDP/LDAP attach/detach/list APIs
MinioAdmin: add {attach,detach}_policy and get_policy_entities APIs
   2024-12-29 18:00:22 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-minio: updated to 7.2.13

7.2.13

Add NewerNoncurrentVersions in LifecycleConfig
IamAwsProvider: fix url with role name

7.2.12

Pass request_headers to stat_object API from fget_object API
list_objects: add extra headers and extra query parameters
   2024-11-21 08:51:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-minio: updated to 7.2.11

7.2.11

prompt_object API support
remove EOLed python 3.8 support
WebIdentityClientGrantsProvider: use 'id_token' as fallback to 'access_token'
fix calling cleanup function in Worker.run() to avoid race condition
fix python3.13 leap day parsing warning in time.from_http_header()
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-11-04 13:27:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-minio: updated to 7.2.10

7.2.10

fix: token type retrieved in WebIdentity provider
docs(example): Avoid UnboundLocalError for get_object when exception
add presigned range GET test
fix SnowballObject typing
   2024-10-22 15:16:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-minio: updated to 7.2.9

7.2.9

SignV4: trim leading/trailing spaces in header value
update IamAwsProvider as per minio-go implementation
minioadmin: fix http trace properly
Ignore too-many-positional-arguments pylint error
   2024-08-20 16:13:50 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-minio: updated to 7.2.8

7.2.8

Don't install package on Python below 3.8
codespell: ignore word assertIn
fix admin command enum typing
Error out for invalid object name with '.' and '..'
Add get_data_usage_info admin API