Nate Prewitt
Nate Prewitt
Hi @aimran-adroll, thanks for reaching out about this. We do intentionally include the port if it's provided and not implicit with the scheme (http -> 80 and https -> 443)....
Thanks for the info, @aimran-adroll. To quickly clarify, the `Host` header you're sending in your raw request to OpenSearch is `localhost`, or is this being transformed somewhere else? Can you...
Ok interesting, so this may work, but is 100% not intended functionality. The `Host` header is the _destination_ server, not where the request is originating. This is to distinguish which...
Resolving in favor of https://github.com/boto/botocore/pull/3239. Thanks for the contribution though!
Hi @mustafaelghrib, > Is that should be opened in the boto3 repo instead? That's correct that the changes needed here will be done in the boto3 repository. Specifically here in...
> We should add a .git-blame-ignore-revs entry for the related commits like we did for boto3 I usually save these for follow up PRs since we have to change the...
Yep, there are still a number of cleanup actions needed. The PR is still in draft to be added to as we go. I'll get everything finalized before putting it...
Thanks @kurtmckee! We're aware of the PR and are looking to have a more comprehensive set of changes that build on this PR in the near future. This change will...
Hi @glerb, the error being raised is what many users expect currently although I understand the confusion caused by the asymmetry. The underlying issue is `upload*()` and `download*()` operations on...
> Would another solution be setting S3UploadError to also inherit from ClientError? That will unfortunately have the same breaking behaviors as anything currently catching ClientError before this will potentially start...