awslabs/aws-sdk-rust

Allow presigning to hoist more values into the URI

aajtodd opened this issue · 0 comments

Describe the feature

There are currently some operations where the SDK could be hoisting more values that are bound to headers into query parameters when presigning. This would make the URI more usable without having users have to carry around both the URI and the headers that need to be sent.

Use Case

#1139

Proposed Solution

Possibly a new configuration option on presigning config. The issues is it's not clear when it's ok to hoist and when it's not. As an example polly pretty much requires hoisting whereas other operations do not. This really needs to be modeled...

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

A note for the community

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