According to the documentation
AWS_S3_MAX_MEMORY_SIZE(optional; default is 0 do not roll over) The maximum amount of memory (in bytes) a file can take up before being rolled over into a temporary file on disk.
Can someone explain this a bit more? Is this a way I could throttle upload sizes? What does "being rolled over" refer to?
Thank you