注意
本文档适用于 Ceph 开发版本。
RADOS网关S3 API兼容性
警告
本文档是草稿,可能不准确
命名代码参考
这里是一个关于如何在代码中命名功能以供参考的BNF定义:
name ::= request_type "_" ( header | operation ) ( "_" header_option )?
request_type ::= "req" | "res"
header ::= string
operation ::= method resource
method ::= "GET" | "PUT" | "POST" | "DELETE" | "OPTIONS" | "HEAD"
resource ::= string
header_option ::= string
常见请求头
S3文档参考:http://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonRequestHeaders.html
常见响应头
S3文档参考:http://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonResponseHeaders.html
服务上的操作
S3文档参考:http://docs.aws.amazon.com/AmazonS3/latest/API/RESTServiceOps.html
桶上的操作
S3文档参考:http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketOps.html
Operations on Objects
S3文档参考:http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectOps.html
由 Ceph 基金会带给您
Ceph 文档是一个社区资源,由非盈利的 Ceph 基金会资助和托管Ceph Foundation. 如果您想支持这一点和我们的其他工作,请考虑加入现在加入.