Skip to content

[Feature Request: upload] Allow PUT requests for uploadย #2847

@cohogan

Description

@cohogan

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions