greghendershott / aws

Racket support for Amazon Web Services.
BSD 2-Clause "Simplified" License
78 stars 26 forks source link

Put/file fails when path contains a space in the name. #35

Open jcollard opened 9 years ago

jcollard commented 9 years ago

Running:

(put/file (string-append bucket "test/file with space in name.txt") (string->path filename))

Results int

HTTP 400 "Bad Request". AWS Code="#f" Message="#f"

greghendershott commented 9 years ago

First glance, this might be the same as https://github.com/greghendershott/aws/issues/31.