taylorfinnell / awscr-s3

A Crystal shard for S3.
https://taylorfinnell.github.io/awscr-s3/
MIT License
81 stars 48 forks source link

Fix large files upload #112

Closed joseafga closed 5 months ago

joseafga commented 10 months ago

When I tried to send a file with 2.7GB it raised a arithmetic overflow.

This fix arithmetic overflow when uploading files larger than 2147483647 bytes (Int32).