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
It can be challenging to implement pre-signing for multipart uploads, as each vendor has its own logic for handling them, making it difficult for users to construct the requests.
It's merely a coincidence that all cloud vendors use PUT to upload files, but they might require different APIs for uploading parts and completing multipart uploads.
Instead of using presign for multipart uploads, perhaps we could explore a way to enable BendSQL to utilize opendal for directly writing to storage services.
https://aws.amazon.com/cn/blogs/compute/uploading-large-objects-to-amazon-s3-using-multipart-upload-and-transfer-acceleration/
The text was updated successfully, but these errors were encountered: