-
Notifications
You must be signed in to change notification settings - Fork 119
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
Fix s3 https connection on windows #2182
Conversation
3cfda12
to
bad019d
Compare
cpp/vcpkg.json
Outdated
@@ -109,7 +109,7 @@ | |||
"overrides": [ | |||
{ "name": "openssl", "version-string": "3.3.0" }, | |||
{ "name": "arrow", "version": "18.0.0" }, | |||
{ "name": "aws-sdk-cpp", "version": "1.11.474" }, | |||
{ "name": "aws-sdk-cpp", "version": "1.11.474", "$note": "Update overlay json to upgrade" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you put a note here warning people not to upgrade to 1.11.486+ yet?
Real S3 https test: https://github.com/man-group/ArcticDB/actions/runs/13339440327 |
Upstream change for conda: aws/aws-sdk-cpp#3304 |
Pass |
#### Reference Issues/PRs <!--Example: Fixes #1234. See also #3456.--> https://man312219.monday.com/boards/7852509418/pulses/8485223765 #### What does this implement or fix? 1. Change s3 persistence test endpoint to `https` 2. Patch aws sdk on pypi build as temporary fix for aws/aws-sdk-cpp#3008 3. Upgrade aws sdk to the version specified in `vcpkg.json` For conda, patch will be submitted upstream ## Change Type (Required) - [x] **Patch** (Bug fix or non-breaking improvement) - [ ] **Minor** (New feature, but backward compatible) - [ ] **Major** (Breaking changes) - [ ] **Cherry pick** #### Any other comments? #### Checklist <details> <summary> Checklist for code changes... </summary> - [ ] Have you updated the relevant docstrings, documentation and copyright notice? - [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)? - [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)? - [ ] Are API changes highlighted in the PR description? - [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes? </details> <!-- Thanks for contributing a Pull Request to ArcticDB! Please ensure you have taken a look at: - ArcticDB's Code of Conduct: https://github.com/man-group/ArcticDB/blob/master/CODE_OF_CONDUCT.md - ArcticDB's Contribution Licensing: https://github.com/man-group/ArcticDB/blob/master/docs/mkdocs/docs/technical/contributing.md#contribution-licensing -->
…elease branch (#2187) #### Reference Issues/PRs <!--Example: Fixes #1234. See also #3456.--> Cherrypicking #2182 to v5.2.4 release branch #### What does this implement or fix? 1. Change s3 persistence test endpoint to `https` 2. Patch aws sdk on pypi build as temporary fix for aws/aws-sdk-cpp#3008 3. Upgrade aws sdk to the version specified in `vcpkg.json` For conda, patch will be submitted upstream ## Change Type (Required) - [x] **Patch** (Bug fix or non-breaking improvement) - [ ] **Minor** (New feature, but backward compatible) - [ ] **Major** (Breaking changes) - [ ] **Cherry pick** #### Any other comments? #### Checklist <details> <summary> Checklist for code changes... </summary> - [ ] Have you updated the relevant docstrings, documentation and copyright notice? - [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)? - [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)? - [ ] Are API changes highlighted in the PR description? - [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes? </details> <!-- Thanks for contributing a Pull Request to ArcticDB! Please ensure you have taken a look at: - ArcticDB's Code of Conduct: https://github.com/man-group/ArcticDB/blob/master/CODE_OF_CONDUCT.md - ArcticDB's Contribution Licensing: https://github.com/man-group/ArcticDB/blob/master/docs/mkdocs/docs/technical/contributing.md#contribution-licensing -->
#### Reference Issues/PRs <!--Example: Fixes #1234. See also #3456.--> https://man312219.monday.com/boards/7852509418/pulses/8485223765 #### What does this implement or fix? 1. Change s3 persistence test endpoint to `https` 2. Patch aws sdk on pypi build as temporary fix for aws/aws-sdk-cpp#3008 3. Upgrade aws sdk to the version specified in `vcpkg.json` For conda, patch will be submitted upstream ## Change Type (Required) - [x] **Patch** (Bug fix or non-breaking improvement) - [ ] **Minor** (New feature, but backward compatible) - [ ] **Major** (Breaking changes) - [ ] **Cherry pick** #### Any other comments? #### Checklist <details> <summary> Checklist for code changes... </summary> - [ ] Have you updated the relevant docstrings, documentation and copyright notice? - [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)? - [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)? - [ ] Are API changes highlighted in the PR description? - [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes? </details> <!-- Thanks for contributing a Pull Request to ArcticDB! Please ensure you have taken a look at: - ArcticDB's Code of Conduct: https://github.com/man-group/ArcticDB/blob/master/CODE_OF_CONDUCT.md - ArcticDB's Contribution Licensing: https://github.com/man-group/ArcticDB/blob/master/docs/mkdocs/docs/technical/contributing.md#contribution-licensing -->
Reference Issues/PRs
https://man312219.monday.com/boards/7852509418/pulses/8485223765
What does this implement or fix?
https
vcpkg.json
For conda, patch will be submitted upstream
Change Type (Required)
Any other comments?
Checklist
Checklist for code changes...