Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wes-nz committed Mar 3, 2015
1 parent c4dde1d commit cfa54c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -83,7 +83,8 @@ dpd.s3bucket.delete('apple.jpg', function(ret, err){

#### Using HTTP Requests

Request a Signed URL to upload a file named 'apple.jpg'
Request a Signed URL to upload a file named 'apple.jpg'.
Then do a PUT request to the returned URL with your file in parameter, dont forget to set the proper header 'Content-Type' for this request too.
```
GET http://localhost:2403/my-bucket/apple.jpg?ContentType=image/jpeg&signedUrl=Put
```
Expand Down

0 comments on commit cfa54c5

Please sign in to comment.