fix: redirection based on location header for methods other than HEAD#1410
fix: redirection based on location header for methods other than HEAD#1410snosratiershad wants to merge 1 commit intos3tools:masterfrom
Conversation
|
Could you give me a little bit more context of why it is needed or with which server you are encountering an issue that can motivate this change? Because from my point of view, the kind of "redirection" that we are looking for are supposed to be "application data" that is in the body, and so, if we don't have a data and that it is not a HEAD request, it might probably mean that we are not targeting a wrong service or endpoint. |
|
@fviard, redirection is not always initiated by a s3 system, it could be initiated by gateways, etc. |
|
@fviard Hi, I found another use case in this time. A type of regular redirection in some of service providers is to for using subdomain based addressing, like redirecting from |
The location header can be provided with methods other than HEAD.