Skip to content

Commit 0684de7

Browse files
authored
support sigv4-s3express (#58)
1 parent 4b050ca commit 0684de7

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

gems/aws-crt/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
0.2.0 (2023-11-28)
5+
------------------
6+
7+
* Feature - support sigv4-s3express signing.
8+
49
0.1.9 (2023-10-16)
510
------------------
611

gems/aws-crt/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.9
1+
0.2.0

gems/aws-crt/lib/aws-crt/native.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ def self.attach_function(c_name, params, returns, options = {})
174174

175175
attach_function :aws_crt_credentials_provider_static_new, [:static_cred_provider_options_ptr], :credentials_provider_ptr
176176

177-
enum :signing_algorithm, %i[sigv4 sigv4a]
177+
enum :signing_algorithm, %i[sigv4 sigv4a sigv4-s3express]
178178
enum :signature_type, %i[
179179
http_request_headers http_request_query_params
180180
http_request_chunk http_request_event

0 commit comments

Comments
 (0)