Amazon S3

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第1行: 第1行:
 
Amazon Simple Storage Service (Amazon S3)
 
Amazon Simple Storage Service (Amazon S3)
  
 +
支撑 S3 框架的三个基本概念是 bucket、对象 和键。
 
==Components==
 
==Components==
 
*Buckets
 
*Buckets

2009年5月17日 (日) 07:06的版本

Amazon Simple Storage Service (Amazon S3)

支撑 S3 框架的三个基本概念是 bucket、对象 和键。

目录

Components

  • Buckets

A bucket is simply a container for objects stored in Amazon S3.

  • Objects

Every object is contained within a bucket.

  • Keys

A key is the unique identifier for an object within a bucket.

Example: object named photos/allen.jpg is stored in the huihoo bucket, then it is addressable using the URL allen.jpg

Operations

  • Create a Bucket
  • Write an Object
  • Read an Object
  • Deleting an Object
  • Listing Keys

API

  • REST

The REST API is an HTTP interface to Amazon S3.

  • SOAP
http://doc.s3.amazonaws.com/2006-03-01/AmazonS3.wsdl

Docs

Projects

Links

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱