What this book covers
Chapter 1, Know-How about S3, gives a brief introduction to Amazon S3, covering the basic concepts, buckets, objects, and keys. We will also discuss the features of Amazon S3 that can be utilized at minimal cost and its reliable storage service.
Chapter 2, S3 using the AWS Management Console, teaches you how to use AWS Management Console and manage buckets, folders, objects, and operations on it. Along with basic operations, you will also learn about logging and versioning.
Chapter 3, S3 using AWS SDK – Java (Part 1), shows you how to use Amazon SDK—Java for Amazon S3 web services. We will take a look at how to create, upload, get, and delete the bucket, folder, and objects.
Chapter 4, S3 using AWS SDK – Java (Part 2), explains how to copy objects. It discusses multipart copy objects, which are used for large object sizes; the bucket life cycle, which defines two ways—transition (moving to Glacier) and removal; and CORS configuration, which is used to provide access via different domains.
Chapter 5, Deploying a Website on S3, shows how to configure static website hosting along with the bucket. We will consider how to map our custom domain name with the bucket.