From 7a143c20501ace064edcac434f9cc89bc0813d4c Mon Sep 17 00:00:00 2001 From: Byungwan Jun Date: Tue, 10 Feb 2026 12:27:24 +0900 Subject: [PATCH] fix: remove Expires parameter in custom policy signed URL - Always use custom policy for signed URL generation - Remove Expires parameter from signed URL --- src/lib.rs | 37 ++++++++++++------------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 18d205d..9db54c1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -173,29 +173,16 @@ pub fn get_signed_url(url: &str, options: &SignedOptions) -> Result