mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
Avoid passing size = -1 to PutObject API by requiring content-length header in POST request (as AWS S3 does) and in Upload web handler. Post handler is modified to completely store multipart file to know its size before sending it to PutObject().
3.7 KiB
3.7 KiB