How to fetch presigned URLs for multipart upload with object_store crate? #6482
Unanswered
jayatisarkar
asked this question in
Q&A
Replies: 1 comment
-
This is not currently supported - #5694 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, there is support for fetching presigned URLs to upload an entire object to s3 via this trait: https://docs.rs/object_store/latest/object_store/signer/trait.Signer.html
What is the recommended way of doing this for multipart uploads where a presigned URL can be generated for each part similar to the AWS S3 SDK?
Beta Was this translation helpful? Give feedback.
All reactions