minio / minio-py

MinIO Client SDK for Python
https://docs.min.io/docs/python-client-quickstart-guide.html
Apache License 2.0
851 stars 325 forks source link

fget_object: getting object inside a zip file #1295

Open kenje4090 opened 1 year ago

kenje4090 commented 1 year ago

Command ran: Note: already added request_headers={"x-minio-extract": "true"} in there

image

Response: minio.error.S3Error: S3 operation failed; code: NoSuchKey, message: Object does not exist,

Expected:

Other test made:

balamurugana commented 1 year ago

Feel free to send a fix