kr / s3

Go package for Amazon’s S3 API
http://godoc.org/github.com/kr/s3
MIT License
107 stars 34 forks source link

A path of '/?delete' is a valid signature parameter for batch delete req... #3

Closed ohookins closed 11 years ago

ohookins commented 11 years ago

...uests.

Fixes #2

I'm not positive about the signature value that came from the Amazon documentation, but it's slightly confusing to me how the Date/x-amz-date headers are handled in this case. So I'd appreciate a check of the signature value in the test.

kr commented 11 years ago

This looks great. Adding a comment or two inline.