v0.3.0
Features:
- Add ability to verify requests' signature for already known bucket credentials: now, when
authorization.clientCredentials
is configured as S3, the signature send by the user is verified using stored credentials underauthorization.bucketCredentials
. It's done by recreating the request and signing the new one, then comparing both
Contributors:
@achetronic