You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.
For smaller data, it works fine and uploads the complete data to the Object Store. However for large data it seems to be uploading only partial data. No errors are reported but when I open the file on Object Storage, it has missing data at the end. This behavior is consistent.
I also tried using clientS3.upload() but instead of clientS3.putObject() but its not able to find the upload() function. Would appreciate any help/suggestions here.
Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I have been using the s3 library the following way and have been seeing issues for data uploads larger than 1.4MB.
The options.content/data is binary data.
For smaller data, it works fine and uploads the complete data to the Object Store. However for large data it seems to be uploading only partial data. No errors are reported but when I open the file on Object Storage, it has missing data at the end. This behavior is consistent.
I also tried using clientS3.upload() but instead of clientS3.putObject() but its not able to find the upload() function. Would appreciate any help/suggestions here.
Thank you.
The text was updated successfully, but these errors were encountered: