欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Amazon S3
来自开放百科 - 灰狐
(版本间的差异)
第22行: | 第22行: | ||
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/ |
2008年4月26日 (六) 13:03的版本
Amazon Simple Storage Service (Amazon S3)
目录 |
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
分享您的观点