babashka / pod-babashka-aws

Deprecated, use https://github.com/grzm/awyeah-api
Apache License 2.0
61 stars 14 forks source link

Support passing a file directly for (s3) blob uploads #18

Closed borkdude closed 3 years ago

borkdude commented 3 years ago

This file should then not be serialized via transit into a byte-array to not hold it into memory all at once. This should help for large files.