I\'m using curl to call into a Java ReST API to retrieve a URL. Java then generates a pre-signed URL for S3 upload using my S3 credentials, and returns that in the ReST reply. C
when doing this with curl, you need to place the url in single quotes or else half of the query string gets chopped off (the part with the key/signature).