-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sigv4a on MacOS 14+
- Loading branch information
Showing
11 changed files
with
23 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule aws-c-auth
updated
51 files
Submodule aws-c-cal
updated
51 files
Submodule aws-c-common
updated
154 files
Submodule aws-c-compression
updated
3 files
+16 −5 | .github/workflows/ci.yml | |
+7 −0 | include/aws/compression/compression.h | |
+3 −0 | include/aws/compression/huffman.h |
Submodule aws-c-http
updated
58 files
Submodule aws-c-io
updated
79 files
Submodule aws-c-sdkutils
updated
17 files
Submodule aws-checksums
updated
11 files
+82 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+5 −0 | .github/ISSUE_TEMPLATE/config.yml | |
+23 −0 | .github/ISSUE_TEMPLATE/documentation.yml | |
+47 −0 | .github/ISSUE_TEMPLATE/feature-request.yml | |
+9 −9 | .github/workflows/ci.yml | |
+17 −0 | .github/workflows/closed-issue-message.yml | |
+46 −0 | .github/workflows/stale_issue.yml | |
+66 −1 | .gitignore | |
+11 −10 | CMakeLists.txt | |
+5 −6 | include/aws/checksums/crc.h | |
+21 −19 | source/intel/asm/crc32c_sse42_asm.c |
Submodule aws-lc
updated
from 75a73b to e42a4e
Submodule s2n
updated
from a58b30 to 4654fe