Amazon S3 supports POST, which allows your users to upload content directly to Amazon S3. POST is designed to simplify uploads, reduce upload latency, and save you money on applications where users upload data to store in Amazon S3.
The following figure shows an upload using Amazon S3 POST.

| 1 | The user opens a web browser and accesses your web page. |
| 2 | Your web page contains an HTTP form that contains all the information necessary for the user to upload content to Amazon S3. |
| 3 | The user uploads content directly to Amazon S3. |
![]() | Note |
|---|---|
Query string authentication is not supported for POST. |