You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a way to use this feature to get objects using the request_header parameter in Minio.get_object(), but it seems to be missing for the Minio.list_objects() method. Is there another way to use this feature for Minio.list_objects()? If not, can it be added?
The text was updated successfully, but these errors were encountered:
I was trying to use the x-minio-extract feature to list objects in a zip file as outlined in this blog posting:
https://blog.min.io/small-file-archives/
There is a way to use this feature to get objects using the request_header parameter in Minio.get_object(), but it seems to be missing for the Minio.list_objects() method. Is there another way to use this feature for Minio.list_objects()? If not, can it be added?
The text was updated successfully, but these errors were encountered: