Skip to content

How to use Presigned URLs with AWS-SDK-RUST? #705

Answered by rcoh
hanvo asked this question in Q&A
Discussion options

You must be logged in to vote

yes—you need to use a different library if you want to use a presigned URL. The Rust SDK doesn't contain a publicly accessible HTTP client or any prebuilt code for working with presigned URLs once generated from the SDK.

If you're uploading a large file, you'll need to presign the multipart upload request, then operate on those URLs.

An example of using multipart upload is here: https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/rust_dev_preview/s3/src/bin/s3-multipart-upload.rs

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hanvo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants