Path to this page:
./
net/py-minio,
MinIO Python SDK for Amazon S3 Compatible Cloud Storage
Branch: CURRENT,
Version: 7.2.11,
Package name: py312-minio-7.2.11,
Maintainer: pkgsrc-usersMinIO 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: 133.158 KB
Version history: (Expand)
- (2024-11-21) Updated to version: py312-minio-7.2.11
- (2024-11-04) Updated to version: py312-minio-7.2.10
- (2024-10-22) Updated to version: py312-minio-7.2.9
- (2024-08-20) Updated to version: py312-minio-7.2.8
- (2024-05-01) Updated to version: py311-minio-7.2.7
- (2024-04-26) Updated to version: py311-minio-7.2.6
CVS history: (Expand)
2024-11-21 08:51:50 by Adam Ciarcinski | Files touched by this commit (2) | |
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) | |
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) | |
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) | |
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
|
2024-05-01 07:26:01 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-minio: updated to 7.2.7
7.2.7
remove EOLed 3.7
fix range calculation in compose_object API
|
2024-04-26 09:23:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-minio: updated to 7.2.6
7.2.6
Bugfix Release
Add ExcludedPrefixes option to VersioningConfig
fix: missing f-string for a ValueError
|
2024-03-04 09:03:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-minio: updated to 7.2.5
7.2.5
Bugfix Release
MinioAdmin: Add {add,update,delete,list,get}_service_account APIs
fix DecryptReader to handle stream data correctly
fix pylint error
|