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
- Introduced RandomBytesIO for generating random bytes on-the-fly, reducing memory usage during uploads.
- Updated upload logic in test_writes.py to utilize RandomBytesIO instead of os.urandom.
- Adjusted download logic in test_reads.py to correctly handle byte ranges.
- Cleaned up config.py and conftest.py by removing commented-out code and unnecessary lines.
- Minor adjustments in config_writes.yaml for clarity.
0 commit comments