How to fetch presigned URLs for multipart upload with object_store crate? #6482
Replies: 1 comment
-
This is not currently supported - https://github.com/apache/arrow-rs/issues/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
Uh oh!
There was an error while loading. Please reload this page.
-
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