AWS SigV4A #339

Open
opened 2024-03-19 14:12:28 +00:00 by alexvanin · 1 comment
Owner

AWS introduced SigV4A extension for request signing. It is getting adopted as default signature type in libraries, see aws-sdk-java.

Describe the solution you'd like

Check SigV4A algorithm (not supported in aws-sdk-go as for today) and support it.

## Is your feature request related to a problem? Please describe. AWS introduced [SigV4A](https://github.com/aws-samples/sigv4a-signing-examples) extension for request signing. It is getting adopted as default signature type in libraries, see [aws-sdk-java](https://github.com/aws/aws-sdk-java-v2/commit/b15d0417db8b70f0d4de1455cca566deed0199bb). ## Describe the solution you'd like Check SigV4A algorithm (not supported in aws-sdk-go as for today) and support it.
dkirillov self-assigned this 2024-03-26 07:27:50 +00:00
Author
Owner

As part of this issue, I propose to keep single aws-sdk-go dependency. Now we import both v1 and v2 libraries.

As part of this issue, I propose to keep single aws-sdk-go dependency. Now we import both v1 and v2 libraries.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-s3-gw#339
No description provided.