-
Notifications
You must be signed in to change notification settings - Fork 425
Open
Labels
enhancementNew feature or requestNew feature or requestplugin: http-extraFormer "upload" pluginFormer "upload" plugin
Description
Iโm using tauri-plugin-upload to send files to a Google Cloud Storage bucket, but GCS presigned URLs for non-resumable uploads require PUT requests--currently the plugin only supports POST.
It would be great if the plugin allowed specifying the HTTP method (e.g., PUT) for uploads. This would make it compatible with GCS and similar services. For now, I'm writing Rust, but I love the simplicity of this API and wish it worked for my use case.
(continuation of this duscussion post)
velocitysystems
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestplugin: http-extraFormer "upload" pluginFormer "upload" plugin