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
This has to be a typo since we support files up to 16TBs now. This is also in 8.2.1 and 8.2.2.
isi_sdk_9_0_0/models/changelist_entry.py
560: if physical_size is not None and physical_size > 4294967295: # noqa: E501
561: raise ValueError("Invalid value for physical_size, must be a value less than or equal to 4294967295") # noqa: E501
589: if size is not None and size > 4294967295: # noqa: E501
590: raise ValueError("Invalid value for size, must be a value less than or equal to 4294967295") # noqa: E501
The text was updated successfully, but these errors were encountered:
This has to be a typo since we support files up to 16TBs now. This is also in 8.2.1 and 8.2.2.
isi_sdk_9_0_0/models/changelist_entry.py
560: if physical_size is not None and physical_size > 4294967295: # noqa: E501
561: raise ValueError("Invalid value for
physical_size
, must be a value less than or equal to4294967295
") # noqa: E501589: if size is not None and size > 4294967295: # noqa: E501
590: raise ValueError("Invalid value for
size
, must be a value less than or equal to4294967295
") # noqa: E501The text was updated successfully, but these errors were encountered: