万本电子书0元读

万本电子书0元读

顶部广告

Amazon S3 Essentials电子书

售       价:¥

3人正在读 | 0人评论 9.8

作       者:Sunil Gulabani

出  版  社:Packt Publishing

出版时间:2015-11-03

字       数:18.8万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Get started with Amazon S3 for virtually unlimited cloud and Internet storageAbout This BookFamiliarize yourself with the concepts of Amazon S3Understand basic operations of bucket, folders, and objects using Amazon S3 SDK JavaLeverage the power of Amazon S3 to effectively store and retrieve data Who This Book Is For This book is intended for System Engineers/ Developers, Software Architects, Project managers, and users who want to explore Amazon S3 SDK Java. If you want to learn about Amazon S3 quickly, then this book is for you. Basic knowledge of Java programming is expected.What You Will LearnStart with the basic concepts of Amazon S3 to get you goingUse Copy Object and Multipart Copy Object for objects of different sizesUnderstand how to use the amazon management console for Amazon S3Learn how to use the AWS SDK of Java and consume the Amazon S3Get to grips with managing the bucket life cycleConfigure CORS to share resources to a different domainDiscover how to develop and deploy the static website on Amazon S3 using different services of Amazon In Detail Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, and highly-scalable object storage. Amazon S3 is easy to use, with a simple web services interface to store and retrieve any amount of data from anywhere on the web. S3 is automatically web scalable and responds to the requirements of your application and traffic, and therefore offers a key element to help companies deal dynamically with any spike in traffic for their application (such as a free e-book offer). This book starts with the basics of the Amazon S3 and its features, and you will quickly get an understanding how to use the Amazon Management Console for Amazon S3 which is the simplest way to manage Amazon S3. Next, we will cover basic operations on bucket, folder, objects. Once the basic operations are understood, you will know how to use Amazon S3 using Java SDK. Following that, you will learn about Copy Objects and Multipart copy objects for large objects size. You will also learn to manage the life cycle of bucket and how to share resources to the different domain by configuring CORS. The book will then guide you through the development and deployment of a static website on Amazon S3 using different services of Amazon. By the end of the book, you will be able to create a scalable application using Amazon S3.Style and approach This fast-paced book is a pragmatic guide to writing Amazon S3 applications. Each chapter is blended beautifully with lucid concepts and pertinent examples.
目录展开

Amazon S3 Essentials

Table of Contents

Amazon S3 Essentials

Credits

About the Author

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers, and more

Why subscribe?

Free access for Packt account holders

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Downloading the color images of this book

Errata

Piracy

Questions

1. Know-How about S3

The need for S3 and its advantages

Basic concepts of Amazon S3

Buckets

Objects

Keys

Features of Amazon S3

Case studies

Use cases

Summary

2. S3 using the AWS Management Console

Logging in to the AWS Management Console

Bucket operations

Folder operations

Object operations

Use Reduced Redundancy Storage

Use Server Side Encryption

Versioning

Summary

3. S3 using AWS SDK – Java (Part 1)

Prerequisites

The AWS SDK for Java

The access key and secret key

Creating a group and attaching the AmazonS3FullAccess policy

Initialization

Using BasicAWSCredentials

Using ProfileCredentialsProvider

Bucket

Creating a bucket

Creating a bucket with versioning

Creating a bucket with logging

Folder

Objects

Uploading a file to a bucket

Uploading a file to a folder

Listing of bucket, folder, and objects

Delete operations

Summary

4. S3 using AWS SDK – Java (Part 2)

Copying objects

Bucket lifecycle

Cross-origin Resource Sharing

Summary

5. Deploying a Website on S3

Website configuration using the Amazon S3 Java SDK

Mapping a custom domain with website configuration in Amazon S3

Summary

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部