minio-py
minio-py copied to clipboard
fget_object: getting object inside a zip file
Command ran:
Note: already added request_headers={"x-minio-extract": "true"} in there
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 .
Feel free to send a fix