aristidb / aws

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

add etag to PutObjectResponse (#258) #260

Closed joeyh closed 5 years ago

joeyh commented 5 years ago

closes https://github.com/aristidb/aws/issues/258

Straightforward enough, cut-n-paste from Aws.S3.Commands.Multipart.

I've tested this and it works.