Hi! Just wondering if there's a pre-existing reason for not having an uploadBuffer() call but having a downloadBuffer()? It's a common use case for me to want to read from an S3 key, change some data and re-upload without needing to create a temp file.
Hi! Just wondering if there's a pre-existing reason for not having an
uploadBuffer()
call but having adownloadBuffer()
? It's a common use case for me to want to read from an S3 key, change some data and re-upload without needing to create a temp file.