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

Users should be able to modify requests at a high level #1112

Closed
Tracked by #1692
Velfi opened this issue Jan 24, 2022 · 1 comment
Closed
Tracked by #1692

Users should be able to modify requests at a high level #1112

Velfi opened this issue Jan 24, 2022 · 1 comment
Assignees

Comments

@Velfi
Copy link
Contributor

Velfi commented Jan 24, 2022

There is a common set of user-reported issues that could be solved by making high-level requests easier to modify.

This change would support these use cases and more:

  • Sending unsigned requests to S3.
  • Adding custom headers
  • Augmenting the user agent sent with requests

Implementers adding a new method to an operation should take care to avoid namespace issues with the new method name(s).

A possible implementation would involve users passing a closer that took a request as input and then returned a request.

Related Issue(s):

@Velfi Velfi self-assigned this Aug 18, 2022
@Velfi Velfi moved this to In Review in AWS Rust SDK Public Roadmap Aug 18, 2022
@Velfi Velfi moved this from In Review to Pending Release in AWS Rust SDK Public Roadmap Sep 13, 2022
@jdisanti
Copy link
Collaborator

This was completed in #1647.

Repository owner moved this from Pending Release to Done in AWS Rust SDK Public Roadmap Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants