pyminio icon indicating copy to clipboard operation
pyminio copied to clipboard

research streaming big files to minio

Open IamTugy opened this issue 4 years ago • 0 comments

Most cases for minio have very big files, so just make sure you don't load them entirely to the RAM (use file-like interfaces for read and write)

Originally posted by @osherdp in https://github.com/mmm1513/pyminio/pull/2#r496085341

IamTugy avatar Oct 04 '20 20:10 IamTugy