-
Hello, In Javascript I am able to create presigned POST URLs for uploading to S3 using this package. Presigned POST URLs allow a POST policy to be set which can include conditions such as From what I can find, however, the Rust SDK allows presigning PUT requests, but not POST requests. Have I missed something, or is this not possible with the Rust SDK yet? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We don't have a crate for creating presigned We are not currently planning to implement any HLLs (e.g. the S3 transfer manager) until some time after our 1.0 release. |
Beta Was this translation helpful? Give feedback.
We don't have a crate for creating presigned
POST
requests. We'd consider this functionality to be a "high-level library" (HLL.)We are not currently planning to implement any HLLs (e.g. the S3 transfer manager) until some time after our 1.0 release.