Introduction
Using AWS S3 buckets
()
What you should know
()
1. Getting Started with S3 Buckets
What is AWS and AWS S3?
()
AWS S3 key concepts
()
Setting up an AWS account
()
Setting up the development environment
()
2. Working with AWS S3 Buckets and Folders
Creating a connection with AmazonS3Client
()
Creating and listing your AWS S3 buckets
()
Updating bucket settings
()
Adding folders and subfolders to a bucket
()
Deleting buckets
()
3. Working with Objects in AWS S3 Buckets
Uploading and listing objects in bucket
()
Updating file/object metadata
()
Copying files from one bucket to another
()
Generating object download links
()
Removing objects from a bucket/folder
()
4. AWS S3 Multipart Uploads
Why use multipart uploads?
()
Setting up UploadController
()
Initializing multipart upload
()
Creating and uploading chunks
()
Completing multipart upload
()
Aborting a multipart upload request
()
Tracking upload progress
()
Conclusion
Where to go next?
()