aws icon indicating copy to clipboard operation
aws copied to clipboard

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

Open jcollard opened this issue 11 years ago • 1 comments

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"

jcollard avatar Oct 30 '14 18:10 jcollard

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

greghendershott avatar Oct 30 '14 20:10 greghendershott