minio-js icon indicating copy to clipboard operation
minio-js copied to clipboard

fix: uploadPart cannot upload stream and etag error

Open MilkChan01 opened this issue 1 year ago • 0 comments

S3 API can upload a binary file in the body. We need this feature for users to implement slicing and uploading files themselves. https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html

MilkChan01 avatar Aug 14 '24 07:08 MilkChan01