object-storage-proxy 0.3.6__tar.gz → 0.3.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/Cargo.lock +1 -1
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/Cargo.toml +1 -1
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/PKG-INFO +1 -1
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/credentials/signer.rs +5 -3
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/.cargo/config.toml +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/.github/workflows/ci.yml +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/.gitignore +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/LICENSE +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/README.md +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/img/logo.svg +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/img/request_lifecycle.svg +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/img/request_stages.svg +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/pyproject.toml +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/requirements.txt +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/credentials/hmac_keystore.rs +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/credentials/mod.rs +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/credentials/models.rs +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/credentials/secrets_proxy.rs +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/lib.rs +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/object_storage_proxy.pyi +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/parsers/cos_map.rs +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/parsers/credentials.rs +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/parsers/keystore.rs +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/parsers/mod.rs +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/parsers/path.rs +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/utils/mod.rs +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/src/utils/validator.rs +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/test_integration.sh +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/test_server.py +0 -0
- {object_storage_proxy-0.3.6 → object_storage_proxy-0.3.7}/uv.lock +0 -0
|
@@ -451,9 +451,11 @@ pub(crate) async fn sign_request(
|
|
|
451
451
|
// // don’t hash the literal bytes – embed the magic string itself
|
|
452
452
|
// signer.set_payload_override(payload_hash_value.to_string());
|
|
453
453
|
// }
|
|
454
|
-
if payload_hash_value != "UNSIGNED-PAYLOAD" {
|
|
455
|
-
|
|
456
|
-
}
|
|
454
|
+
// if payload_hash_value != "UNSIGNED-PAYLOAD" {
|
|
455
|
+
// signer.set_payload_override(payload_hash_value.to_string());
|
|
456
|
+
// }
|
|
457
|
+
|
|
458
|
+
signer.set_payload_override(payload_hash_value.clone());
|
|
457
459
|
|
|
458
460
|
let signature = signer.sign();
|
|
459
461
|
debug!("{:#?}", signature);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|