-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multipart upload error on GCS #4794
Comments
Hi, which version are you using? The latest version will set correct chunk for every storage service. |
https://www.npmjs.com/search?q=%40opendal |
Yes, it did fail. Let's address it. According to this issue, services like gcs require to align with specific size to upload successfully. Users either need to set AFAIK, nodejs doesn't support setting chunk in 0.45.1, so we have to add a buffer for this writer. |
Should be fixed in #4798 It's related to our CI env changes... |
Hi, @everpcpc, this should be address in next release. |
Sorry, nodejs release failed: https://github.com/apache/opendal/actions/runs/9771241606/job/26973848658 I will get it fixed and start a new release now. |
Hi, @everpcpc, this issue should have been fixed. Please give it a try. Welcome to report new issues if it still exists. |
code:
The text was updated successfully, but these errors were encountered: