Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 1.17 KB

s3-examples.md

File metadata and controls

executable file
·
15 lines (11 loc) · 1.17 KB

Amazon S3 Examples

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]

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 Class: AWS.S3 in the API reference.

Topics