欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Amazon S3
来自开放百科 - 灰狐
(版本间的差异)
小 (→Links) |
|||
(未显示1个用户的6个中间版本) | |||
第1行: | 第1行: | ||
+ | {{top news}} | ||
+ | {{SeeWikipedia}} | ||
+ | |||
Amazon Simple Storage Service (Amazon S3) | Amazon Simple Storage Service (Amazon S3) | ||
+ | 支撑 S3 框架的三个基本概念是 bucket、对象 和键。 | ||
==Components== | ==Components== | ||
*Buckets | *Buckets | ||
第22行: | 第26行: | ||
http://doc.s3.amazonaws.com/2006-03-01/AmazonS3.wsdl | http://doc.s3.amazonaws.com/2006-03-01/AmazonS3.wsdl | ||
==Docs== | ==Docs== | ||
+ | *WSDL: http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl | ||
*Getting Started Guide: http://docs.amazonwebservices.com/AmazonS3/2006-03-01/gsg/ | *Getting Started Guide: http://docs.amazonwebservices.com/AmazonS3/2006-03-01/gsg/ | ||
*Developer Guide: http://docs.amazonwebservices.com/AmazonS3/2006-03-01/ | *Developer Guide: http://docs.amazonwebservices.com/AmazonS3/2006-03-01/ | ||
第28行: | 第33行: | ||
==Links== | ==Links== | ||
*http://aws.amazon.com/s3 | *http://aws.amazon.com/s3 | ||
+ | *WSDL: http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl | ||
+ | *Service Endpoint: http://s3.amazonaws.com/ | ||
+ | *http://www.programmableweb.com/api/amazon-s3 | ||
+ | *[http://aws.amazon.com/cn/free/ AWS 免费套餐] | ||
+ | |||
+ | [[category:storage]] | ||
+ | [[category:amazon]] |
2015年1月2日 (五) 05:28的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Amazon S3 Thanks, Wikipedia. |
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
[编辑] 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
- WSDL: http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl
- Getting Started Guide: http://docs.amazonwebservices.com/AmazonS3/2006-03-01/gsg/
- Developer Guide: http://docs.amazonwebservices.com/AmazonS3/2006-03-01/
[编辑] Projects
[编辑] Links
分享您的观点