Skip to content
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

Closed
lacasaprivata2 opened this issue Jul 6, 2021 · 9 comments
Closed

Pre-signed URLs (S3, CloudFront, and more) #139

lacasaprivata2 opened this issue Jul 6, 2021 · 9 comments
Assignees
Labels
feature-request A feature should be added or improved.

Comments

@lacasaprivata2
Copy link

lacasaprivata2 commented Jul 6, 2021

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue, please leave a comment

Tracking issue for all Pre-signed URLs

This includes, but is not limited to:

  • S3 Upload URLs
  • S3 Download URLs
  • CloudFront Download URLs
  • Polly synthesize speech URLs / requests
@jdisanti jdisanti changed the title [request]: Describe request here S3: Pre-signed Upload URLs Jul 6, 2021
@jdisanti jdisanti added the feature-request A feature should be added or improved. label Jul 6, 2021
@schoenenberg
Copy link

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.

@jdisanti
Copy link
Contributor

@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.

@jdisanti
Copy link
Contributor

Going to update this issue to track all pre-signed URLs functionality in the SDK.

@jdisanti jdisanti changed the title S3: Pre-signed Upload URLs Pre-signed URLs (S3, CloudFront, and more) Jul 21, 2021
@brainstorm
Copy link

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

@jdisanti
Copy link
Contributor

SIGv4A isn't part of this issue, but I created #232 to track it.

@jdisanti
Copy link
Contributor

jdisanti commented Oct 7, 2021

Presigned requests for S3 GetObject/PutObject and Polly SynthesizeSpeech will land in the next release.

@lacasaprivata2
Copy link
Author

lfg!

@Velfi
Copy link
Contributor

Velfi commented Oct 12, 2021

It's out https://github.com/awslabs/aws-sdk-rust/releases/tag/v0.0.20-alpha

@Velfi Velfi closed this as completed Oct 12, 2021
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

5 participants