Description
Multipart upload to s3 fails in finish method when last chunk is set to zero length, this happens if original buffer size is betweenÂ
MIN_WRITE_SIZE = 5 * 1024 * 1024
MAX_WRITE_SIZE = 5 * 1024 * 1024 * 1024
from put()
Attachments
Issue Links
- fixes
-
BEAM-13856 Python S3 I/O doesn't work for writing zero length files
- Open
- links to