photoncloud-monorepo/chainfire
centra d2149b6249 fix(lightningstor): Fix SigV4 canonicalization for AWS S3 auth
- Replace form_urlencoded with RFC 3986 compliant URI encoding
- Implement aws_uri_encode() matching AWS SigV4 spec exactly
- Unreserved chars (A-Z,a-z,0-9,-,_,.,~) not encoded
- All other chars percent-encoded with uppercase hex
- Preserve slashes in paths, encode in query params
- Normalize empty paths to '/' per AWS spec
- Fix test expectations (body hash, HMAC values)
- Add comprehensive SigV4 signature determinism test

This fixes the canonicalization mismatch that caused signature
validation failures in T047. Auth can now be enabled for production.

Refs: T058.S1
2025-12-12 06:23:46 +09:00
..
baremetal/pxe-server T036: Add VM cluster deployment configs for nixos-anywhere 2025-12-11 09:59:19 +09:00
chainfire-client T036: Add VM cluster deployment configs for nixos-anywhere 2025-12-11 09:59:19 +09:00
crates fix(lightningstor): Fix SigV4 canonicalization for AWS S3 auth 2025-12-12 06:23:46 +09:00
proto fix(lightningstor): Fix SigV4 canonicalization for AWS S3 auth 2025-12-12 06:23:46 +09:00
.gitignore Add Cargo.lock files for nix build 2025-12-09 16:52:21 +09:00
advice.md Fix R8: Convert submodule gitlinks to regular directories 2025-12-09 16:51:20 +09:00
Cargo.lock fix(lightningstor): Fix SigV4 canonicalization for AWS S3 auth 2025-12-12 06:23:46 +09:00
Cargo.toml fix(lightningstor): Fix SigV4 canonicalization for AWS S3 auth 2025-12-12 06:23:46 +09:00
flake.lock Fix R8: Convert submodule gitlinks to regular directories 2025-12-09 16:51:20 +09:00
flake.nix Fix R8: Convert submodule gitlinks to regular directories 2025-12-09 16:51:20 +09:00