aristidb / aws

Amazon Web Services for Haskell
BSD 3-Clause "New" or "Revised" License
238 stars 107 forks source link

Support Signature V4 for S3 #241

Closed tim-semba closed 6 years ago

tim-semba commented 6 years ago

This PR supports Signature Version 4 for S3. Some examples use V4 now.

It should replace #199. Some codes have been copied from #199, my thanks to @angerman .

tim-semba commented 6 years ago

How well have you tested this?

I have tested below (both of s3UseUri is True and False patterns):

I believe other APIs are well, because of this is independent of a specific API.