Browser-based uploads using POST (Amazon signature version 2) - Amazon Simple Storage Service
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Browser-based uploads using POST (Amazon signature version 2)

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.

Note

The request authentication discussed in this section is based on Amazon Signature Version 2, a protocol for authenticating inbound API requests to Amazon services.

Amazon S3 now supports Signature Version 4, a protocol for authenticating inbound API requests to Amazon services, in all Amazon Web Services Regions. At this time, Amazon Web Services Regions created before January 30, 2014 will continue to support the previous protocol, Signature Version 2. Any new regions after January 30, 2014 will support only Signature Version 4 and therefore all requests to those regions must be made with Signature Version 4. For more information, see Authenticating Requests in Browser-Based Uploads Using POST (Amazon Signature Version 4) in the Amazon Simple Storage Service API Reference.

The following figure shows an upload using Amazon S3 POST.


			Illustration that 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.