Amazon S3 examples using the AWS SDK for PHP Version 3
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.
All the example code for the AWS SDK for PHP is available here on
GitHub
Credentials
Before running the example code, configure your AWS credentials, as described in Credentials. Then import the AWS SDK for PHP, as described in Basic usage.
Topics
- Creating and using Amazon S3 buckets
- Managing Amazon S3 bucket access permissions
- Configuring Amazon S3 buckets
- Amazon S3 multipart uploads
- Amazon S3 pre-signed URL
- Creating S3 pre-signed POSTs
- Using an Amazon S3 bucket as a static web host
- Working with Amazon S3 bucket policies
- Using S3 access point ARNs
- Use Multi-Region Access Points