minio-py icon indicating copy to clipboard operation
minio-py copied to clipboard

fget_object: getting object inside a zip file

Open kenje4090 opened this issue 1 year ago • 1 comments

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:

  • Should download specific file from inside the zip object

Other test made:

  • the mc tool command below works as intended mc cp -zip myminio/pixel-art-dataset/pixel-art-000001.zip/pixel-art-000001/manifest.json .

kenje4090 avatar Aug 23 '23 11:08 kenje4090

Feel free to send a fix

balamurugana avatar Aug 23 '23 13:08 balamurugana