

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 Browser Examples
<a name="s3-browser-examples"></a>

The following topics show two examples of how the AWS SDK for JavaScript can be used in the browser to interact with Amazon S3 buckets.
+ The first shows a simple scenario in which the existing photos in an Amazon S3 bucket can be viewed by any (unauthenticated) user.
+ The second shows a more complex scenario in which users are allowed to perform operations on photos in the bucket such as upload, delete, etc. 

**Topics**
+ [Viewing Photos in an Amazon S3 Bucket from a Browser](s3-example-photos-view.md)
+ [Uploading Photos to Amazon S3 from a Browser](s3-example-photo-album.md)