Amazon S3 examples

Amazon Simple Storage Service (Amazon S3) is an object storage service that offers scalability, data availability, security, and performance.

This section demonstrates how to use the AWS SDK for Python to access Amazon S3 services.

Note

Boto3 clients and resources have an option to use a custom endpoint using the endpoint_url parameter as shown in the Session Reference guide. This overrides the default endpoint the client or resource will use. Use caution when configuring this parameter as it can cause unintended behavior including S3 redirect issues. See Service-specific endpoints page in the AWS SDK reference guide for more information.

Examples