-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-signed URLs (S3, CloudFront, and more) #139
Comments
I was just searching for the presign method in the docs. This confirms me it is currently missing. I would love to work on this, if you can lead me, where to start and what needs to be done in order to integrate it into this sdk. |
@schoenenberg - We're not actually sure yet how we want to approach pre-signing in the Rust SDK yet (we're very much in the idea phase right now). We want to make a solution that works generically for all AWS service operations that support it rather than manually adding it to operations on a case-by-case. I love the enthusiasm and appreciate your offer to help! I just don't think we're ready yet. |
Going to update this issue to track all pre-signed URLs functionality in the SDK. |
Don't know too much about sigv4-A (for S3 Access Points?) yet but is it within the scope of this issue?: https://shufflesharding.com/posts/aws-sigv4-and-sigv4a |
SIGv4A isn't part of this issue, but I created #232 to track it. |
Presigned requests for S3 GetObject/PutObject and Polly SynthesizeSpeech will land in the next release. |
lfg! |
|
Community Note
Tracking issue for all Pre-signed URLs
This includes, but is not limited to:
The text was updated successfully, but these errors were encountered: