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
Tests were failing on Windows due to inconsistent line endings in text files (e.g., .csv), which affected file size calculations and caused multipart upload detection to behave differently.
Adding a .gitattributes file with eol=lf resolves the issue and ensures consistency across environments.