Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak814795 authored May 24, 2024
1 parent d58fb79 commit 3fe06ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ This is probably the most common kind of pre-signed URL that you will see in the
### Put URL
Pre-signed PUT URLs can be used to authenticate uploads to S3. These are called PUT requests because they are built on top of regular HTTP PUT requests.

A typical PUT request using a pre-signed URL would look like this:
![](https://fourtheorem.com/wp-content/uploads/2023/01/Screenshot-2023-01-13-at-11.06.52.png).
In This example, we are sending a PUT request to the S3 server using the pre-signed URL. We are also passing the Content-Length header which specifies the size of the request body (in bytes). The request body contains the raw bytes of the file we are uploading.


## Security Advantages of Presigned URLs

Expand Down

0 comments on commit 3fe06ca

Please sign in to comment.