aws-crt 0.1.9-universal-java → 0.2.1-universal-java

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: 42cd40e7f21f53bb9d1d93a62ab7c1e4c7995fe1aad061513911fb3f2d0b37b6
4
- data.tar.gz: c832286028e1ba84a01c10d928e5ea4085ae386e675014bcb148fdf0d13fd188
3
+ metadata.gz: 8f783e328e376a2ae81f5755e178060f7a0105c4c978612530a04945e59bec58
4
+ data.tar.gz: 8f7dcc0c9066552bc26439485100da8a15119063540b91140c4777bcfbae0e19
5
5
  SHA512:
6
- metadata.gz: 5cafd4dddb159386a5ec00b57cf476b7273315a023fa810a83ee33e9f229adc3762881f6f73a851d3168a1f14a60fe8247b10bf27866816498233708df346233
7
- data.tar.gz: c38436773bcc6c5e5505b8a5417a7db02378fb598b30916a11da6dd9f8b98878434dbb6b0ba667fdedf90149edeb9317e66e708a639d9b12297c13fe62b7cc41
6
+ metadata.gz: '09e956ee4ac56c8edc580f87639d1c71006ffd44dc735011d5da7e7e4a244f26848541a63af8178f8883edba754a09c2e936dfb05e940cd127e61534a076ea4d'
7
+ data.tar.gz: e8df33fed65c278f9c1da11192c5518537deb38543b83a24491f826cd0b551488103a67dfa13570ea98e98d51ed90166f427fe7911c0b8069b4a2cf1d0922bd6
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
Binary file
Binary file
Binary file
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: universal-java
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-17 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