-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
S3Client breaking change: DEFAULT requests must pass operation_name (#…
…574) **Issue:** see: awslabs/aws-c-s3#439 **Description of changes:** - `S3Client.make_request()` now requires `operation_name` to be set when `type` is `S3RequestType.DEFAULT`. (see [S3 API](https://docs.aws.amazon.com/AmazonS3/latest/API/API_Operations_Amazon_Simple_Storage_Service.html) for canonical list of names) - latest submodules: ``` aws-c-cal v0.6.15 -> v0.7.1 aws-c-common v0.9.21 -> v0.9.23 aws-c-s3 v0.5.10 -> v0.6.0 aws-lc v1.29.0 -> v1.31.0 s2n v1.4.16 -> v1.4.17 ```
- Loading branch information
Showing
6 changed files
with
27 additions
and
10 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-cal
updated
16 files
+9 −0 | .github/workflows/ci.yml | |
+4 −6 | .github/workflows/clang-format.yml | |
+5 −0 | builder.json | |
+47 −0 | format-check.py | |
+0 −25 | format-check.sh | |
+2 −2 | include/aws/cal/private/symmetric_cipher_priv.h | |
+32 −26 | include/aws/cal/symmetric_cipher.h | |
+1 −1 | source/cal.c | |
+16 −15 | source/darwin/commoncrypto_aes.c | |
+8 −10 | source/ecc.c | |
+4 −4 | source/rsa.c | |
+10 −8 | source/symmetric_cipher.c | |
+38 −34 | source/unix/openssl_aes.c | |
+150 −124 | source/windows/bcrypt_aes.c | |
+3 −0 | tests/CMakeLists.txt | |
+185 −13 | tests/aes256_test.c |
Submodule aws-c-common
updated
83 files
Submodule aws-c-s3
updated
32 files
Submodule aws-lc
updated
from 4e54dd to 05d3bf
Submodule s2n
updated
from 114cca to 073c7b