Closed rezan closed 8 years ago
All of the hmac* and hash* encoding functions return a hex encoded string. Added base64*_hex() functions to decode the hex string into the raw binary form before base64 encoding. This is required for proper AWS and S3 support. #4
I did a quick and dirty S3 VCL integration, works well!
https://gist.github.com/rezan/b744c513045ea97e87ab
If there are no objections, going to merge this tomorrow.
All of the hmac* and hash* encoding functions return a hex encoded string. Added base64*_hex() functions to decode the hex string into the raw binary form before base64 encoding. This is required for proper AWS and S3 support. #4