reqsign underwent a big refactor that splits its crate structure into reqsign-core and service-specific crates such as reqsign-aws-v4. It also released version v2, enabling us to expose the reqsign API directly as part of our public API.
This tracking issue is used to track the migration process to reqsign-core v2. We will migrate all existing uses of reqsign to use reqsign-core and move the credentials implemented by ourselves to reqsign.
Tasks
Migrate to reqsign-core
Implemented in reqsign
reqsign underwent a big refactor that splits its crate structure into
reqsign-coreand service-specific crates such asreqsign-aws-v4. It also released versionv2, enabling us to expose the reqsign API directly as part of our public API.This tracking issue is used to track the migration process to reqsign-core v2. We will migrate all existing uses of
reqsignto usereqsign-coreand move the credentials implemented by ourselves toreqsign.Tasks
Migrate to reqsign-core
Implemented in reqsign