aws-crt 0.1.9-x86_64-linux → 0.2.1-x86_64-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c640b3bf151617f181af68ffe2fcae0a804185d75f3b4c812fd9b145dd2dcd9
4
- data.tar.gz: 666dc8832ee9ac2d1ed0e8f844d4ff68d166098bb8c7083ab9b4d1f19d14a319
3
+ metadata.gz: bb082aa021de2f4575bf560aad866ba623d25e0909202866ab9cb34c7e26349d
4
+ data.tar.gz: e696ead5f1fbe202f6b7735875ba8a50c669776ad828d53d682233cd717d73da
5
5
  SHA512:
6
- metadata.gz: ab279c20944a2524a96ed8cd87d22c7de850584f920716912d1bab9559b3b962af59521b47e22066f7b5cf0c41dc1a871f9ae9c307bf62a58f16d52479ebecc9
7
- data.tar.gz: 8b4bbedb9887165b2855223096e1ead6fd9cf1075ea834494be3fa06104e9177537527f81813ab22c989a999e5055aaee7854b92b6e08567dca663b622cfbf9c
6
+ metadata.gz: 3e498af503bf4af1225cc47be5e57f7d9a1df0fd2aae95c483c74f2109d6262559bb4081ad1be6619beec8750514c38580aeeef8dd451c90a7f89c9aaf2a525f
7
+ data.tar.gz: '099b5ac0d47588d27060f73708c73f69289c0cb74c5cbec66d45733ef7065c190cd27485f0ad40c4aba46df2a408bfac53606525db0cb4ab9dd97a6e431db1bd'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ * Issue - update to the latest aws-crt-ffi.
5
+
6
+ 0.2.0 (2023-11-28)
7
+ ------------------
8
+
9
+ * Feature - support sigv4-s3express signing.
10
+
4
11
  0.1.9 (2023-10-16)
5
12
  ------------------
6
13
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.2.1
Binary file
@@ -174,7 +174,7 @@ module Aws
174
174
 
175
175
  attach_function :aws_crt_credentials_provider_static_new, [:static_cred_provider_options_ptr], :credentials_provider_ptr
176
176
 
177
- enum :signing_algorithm, %i[sigv4 sigv4a]
177
+ enum :signing_algorithm, %i[sigv4 sigv4a sigv4-s3express]
178
178
  enum :signature_type, %i[
179
179
  http_request_headers http_request_query_params
180
180
  http_request_chunk http_request_event
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-crt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.1
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-16 00:00:00.000000000 Z
11
+ date: 2024-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi