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
I saw that you have already fixed this issue. I upgraded the minio-py version to 7.2.2, but the problem still exists. It seems like the code has been fixed. What should I do next in order to validate it?
Whenever I try to upload a list of snowballobjects where its total size is less than 5MiB I get the following error:
This can be easily fixed by setting the part_size to be 5MiB
5 * (1024) ** 2
minimally in the upload_snowball_objects method.minio-py/minio/api.py
Lines 2766 to 2780 in 8e681bb
The text was updated successfully, but these errors were encountered: