更新时间:2021-07-09 21:11:47
coverpage
Amazon S3 Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Know-How about S3
The need for S3 and its advantages
Basic concepts of Amazon S3
Features of Amazon S3
Case studies
Use cases
Summary
Chapter 2. S3 using the AWS Management Console
Logging in to the AWS Management Console
Bucket operations
Folder operations
Object operations
Versioning
Chapter 3. S3 using AWS SDK – Java (Part 1)
Prerequisites
Initialization
Bucket
Folder
Objects
Listing of bucket folder and objects
Delete operations
Chapter 4. S3 using AWS SDK – Java (Part 2)
Copying objects
Bucket lifecycle
Cross-origin Resource Sharing
Chapter 5. Deploying a Website on S3
Website configuration using the Amazon S3 Java SDK
Mapping a custom domain with website configuration in Amazon S3
Index