Generate pre-signed URLs? #275
-
Pretty impressive project here. I am looking for a convenience function for generating pre-signed URLs for access to objects in storage. Any ideas on that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
For reference, here is the documentation on pre-signed urls. Despite me having never used this feature and just having looked it up, I believe you should be able to use the app-identity API to do this. However, I didn’t find it in the API-list of this project, so getting it might be a manual call away. Also I don’t know how they are actually used. I hope that answers your question. |
Beta Was this translation helpful? Give feedback.
-
Not sure if you or anyone is still looking for this but you are probably looking for the |
Beta Was this translation helpful? Give feedback.
Not sure if you or anyone is still looking for this but you are probably looking for the
*sign_blob
methods in the iam crate or the iamcredentials crate. I haven't used either crate and I am not even sure what the difference between the two is, but I have used the corresponding methods in other API libraries to do what you want.