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

Low-level API should return an unexected Request #641

Open
omus opened this issue Jun 26, 2023 · 0 comments
Open

Low-level API should return an unexected Request #641

omus opened this issue Jun 26, 2023 · 0 comments
Labels
v2 Issue tracking before the release of v2

Comments

@omus
Copy link
Member

omus commented Jun 26, 2023

The various low-level Service types we provide all generate Request instances and then execute them via submit_request. We may want to consider having the low-level services return the unexecuted Request instance to allow for:

  • ...inspecting/debugging of a Request before executing it
  • ...specifying the AWS HTTP backend per API call (currently is just set globally)
  • ...an improved interface for presigned URLs. The AWS SDK for JavaScript v3 allows the creation of a command (i.e. Request) which can be signed and used later (see @aws-sdk/s3-request-presigner)
@omus omus added the v2 Issue tracking before the release of v2 label Jun 26, 2023
@omus omus changed the title Low-level API should return an unexected request Low-level API should return an unexected Request Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2 Issue tracking before the release of v2
Projects
None yet
Development

No branches or pull requests

1 participant