Files
r2client/aws_sigv4/README.md
ForeverPyrite f92026698c Made this whole thing somewhat publicly presentable.
Now that's not to say I cleaned up the source code, who knows what the
heck is in there...
2025-09-19 23:31:53 -04:00

522 B

aws_sigv4

Used by the r2client's R2Client to sign requests. So cool, ikr?

Todo

  • Replace the http::Uri with a &str and parse it instead...duh (unless that doesn't exist, but it 100% does)
  • Use a mutable reference to a HeaderMap instead of that UGLY UGLY Vec<(String, String)> format
  • Although I'm not sure how much better this will be with the whole sort in alphabetical order, but it'll be a hell of a lot cooler
  • The unit tests lol
  • Introduce the option for session tokens
  • SigV4a?