You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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
A note for the community
Community Note
The text was updated successfully, but these errors were encountered: