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 get any amount of data from anywhere on the web.

The Python API for Amazon S3 is exposed through the AWS.S3 client class. For more information about Amazon S3, see the Amazon S3 documentation.

You can use the following examples to access Amazon Simple Storage Service (Amazon S3) using AWS Python SDK. For more information about Amazon S3, see the Amazon S3 documentation.

Examples