-
Using azure-blob with ActiveRecords[Ruby] Am I missing anything here? Was looking into code base |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Looks like a bug. I'll push a fix. Just to validate, you're not trying to reuse the signed URLs, you can't generate new ones, correct? |
Beta Was this translation helpful? Give feedback.
-
Can you try 0.5.6 and confirm your URLs still work after the expiration? |
Beta Was this translation helpful? Give feedback.
-
Hello, thanks for the gem. Just similar to the original post, I am getting the We have 2 VMs connecting to the storage account using <Error>
<Code>AuthenticationFailed</Code>
<Message>Server failed to authenticate the request. Make sure the value of Authorization header is
formed correctly including the signature. RequestId:xxxxxxxx
Time:2025-06-30T06:34:14.4690377Z
</Message>
<AuthenticationErrorDetail>Signature not valid in the specified key time frame: Key start [Fri, 27
Jun 2025 08:45:28 GMT] - Key expiry [Fri, 27 Jun 2025 15:45:28 GMT] - Current [Mon, 30 Jun 2025
06:34:14 GMT]
</AuthenticationErrorDetail>
</Error> |
Beta Was this translation helpful? Give feedback.
Can you try 0.5.6 and confirm your URLs still work after the expiration?