-
Notifications
You must be signed in to change notification settings - Fork 198
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
Edit x-amz- headers from custom interceptor #3491
Comments
This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you! |
Is there any alternative to achieve this using a different approach or escape hatch? |
Hi @gevartosky, how are you applying the custom logic onto the request? For some context, we introduced the new interceptors pattern in #3190 that has the |
|
Thank you @lawmicha I was able to overwrite the headers by setting the auth type to "NONE". When I was first looking at this I went straight to Advanced Workflows > Adding Headers to Outgoing Requests It does mention |
Hello @gevartosky, We have merged the update to the docs site which includes a call out to |
|
Is your feature request related to a problem? Please describe.
While trying to apply my custom V4 signature to an AWSAPIPlugin request, I keep getting a CRT 6148 error that comes from the
Signer.swift
when the postludeInterceptors are applied.I use a custom V4 signature and I haven't found anywhere in the documentation indicating how to add a custom signature.
Describe the solution you'd like
Being able to customize V4 signatures from custom URLInterceptors
Describe alternatives you've considered
I haven't found any alternative in the documentation
Is the feature request related to any of the existing Amplify categories?
API
Additional context
No response
The text was updated successfully, but these errors were encountered: