

The AWS SDK for JavaScript v2 has reached end-of-support. We recommend that you migrate to [AWS SDK for JavaScript v3](https://docs.aws.amazon.com//sdk-for-javascript/v3/developer-guide/). For additional details and information on how to migrate, please refer to this [announcement](https://aws.amazon.com/blogs//developer/announcing-end-of-support-for-aws-sdk-for-javascript-v2/).

# Amazon S3 Examples
<a name="s3-examples"></a>

Amazon Simple Storage Service (Amazon S3) is a web service that provides highly scalable cloud storage. Amazon S3 provides easy to use object storage, with a simple web service interface to store and retrieve any amount of data from anywhere on the web.

![\[Relationship between JavaScript environments, the SDK, and Amazon S3\]](http://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/images/code-samples-s3.png)


The JavaScript API for Amazon S3 is exposed through the `AWS.S3` client class. For more information about using the Amazon S3 client class, see [https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html) in the API reference.

**Topics**
+ [Amazon S3 Browser Examples](s3-browser-examples.md)
+ [Amazon S3 Node.js Examples](s3-node-examples.md)