pyminio
pyminio copied to clipboard
research streaming big files to minio
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