- Amazon S3 Essentials
- Sunil Gulabani
- 209字
- 2021-07-09 21:11:36
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.
- MySQL數據庫管理實戰
- GitLab Cookbook
- ReSharper Essentials
- MySQL 8從入門到精通(視頻教學版)
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- JavaScript從入門到精通(第3版)
- Visual C++數字圖像處理技術詳解
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- 量化金融R語言高級教程
- OpenMP核心技術指南
- Qlik Sense? Cookbook
- C#面向對象程序設計(第2版)
- Mastering OAuth 2.0
- Building Apple Watch Projects
- Design Patterns and Best Practices in Java