Skip to content

issues Search Results · repo:minio/minio-py language:Python

Filter by

591 results
 (88 ms)

591 results

inminio/minio-py (press backspace or delete to remove)

The py.typed file appears to be missing in the build available at https://pypi.org/project/minio/7.2.16/#files which informs Mypy that the library has typing annotations. It was present in the 7.2.15 release. ...
  • FrancisQuaisr
  • 2
  • Opened 
    23 days ago
  • #1503

1. Phenomenon When using miniopy_async (the Minio Python async SDK) for object uploads (such as put_object), even though all aiohttp.ClientSession objects in business code are properly closed, the following ...
community
triage
  • Clannad47
  • 1
  • Opened 
    on Jul 2
  • #1501

Summary Feature request: add support for mc aliases parsed from ~/.mc/config.json Problem mc aliases function similarly to awscli profiles. Especially during development, it is convenient to be able ...
  • charlesmelby
  • 1
  • Opened 
    on May 29
  • #1500

Add the ability to check keys during initialization, since you can create a minio client with any access_key, secret_key, but you will not be able to perform operations, because they do not exist. This ...
  • igornevertired
  • 3
  • Opened 
    on May 22
  • #1499

minio console provide api , so that i can get bucket capacity and used percent. but from python sdk, i can t. how can i get it. { buckets :[{ creation_date : 2025-04-03T08:08:11Z , details :{ quota :{}}, ...
  • fengjian1993
  • 2
  • Opened 
    on May 19
  • #1498

I believe this code is throwing a confusing error if a bucket does not contain a lifecycle configuration: https://github.com/minio/minio-py/blob/82c6c1af876983b6658ed0c91f3edc7d08d47c7b/minio/lifecycleconfig.py#L453-L458 ...
  • Alveel
  • 9
  • Opened 
    on May 9
  • #1497

When using an S3 Access Point, the following error is raised: File /usr/local/lib/python3.11/site-packages/minio/api.py , line 135, in __init__ self._base_url = BaseURL( ^^^^^^^^ ...
  • NeutrinoXY
  • 1
  • Opened 
    on May 6
  • #1496

hello everyone First things first, thanks for the package and reading this issue I struggled with the minio Python SDK, so now I m asking for a feature. Of course, if you think it s cool, I can help with ...
  • Metal-Bat
  • 1
  • Opened 
    on Apr 19
  • #1492

I want to use MinIO Object Transforms, but I got an error when trying to download a presigned URL. I followed their documentation exactly, as shown in this link I got this error: ?xml version= 1.0 ...
  • mmahditalachi
  • 4
  • Opened 
    on Apr 3
  • #1491

Description: I ve encountered an issue while using the MinIO Python client where it fails to handle non-ASCII characters (e.g., Chinese characters) in the access key. However, the same setup works fine ...
  • weridolin
  • 1
  • Opened 
    on Mar 31
  • #1490
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub