Scenarios for Amazon S3 using Amazon SDKs
The following code examples show you how to implement common scenarios in Amazon S3 with Amazon SDKs. These scenarios show you how to accomplish specific tasks by calling multiple functions within Amazon S3. Each scenario includes a link to GitHub, where you can find instructions on how to set up and run the code.
Examples
- Create a presigned URL
- Create a web page that lists Amazon S3 objects
- Get started with buckets and objects
- Get started with encryption
- Get started with tags
- Manage access control lists (ACLs)
- Manage versioned objects in batches with a Lambda function
- Parse URIs
- Perform a multipart copy
- Perform a multipart upload
- Upload or download large files
- Upload stream of unknown size
- Use checksums
- Work with versioned objects